DMS: Implement all control record operations
Open
- Dominant language
- Python
- Stars
- 2
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
## About
The section "Message format for Kinesis Data Streams" within the document about [using Amazon Kinesis Data Streams as a target for AWS Database Migration Service](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kinesis.html) says:
> #### Operation
> For data records, the operation can be `load`, `insert`, `update`, or `delete`.
>
> For control records, the operation can be `create-table`, `rename-table`, `drop-table`, `change-columns`, `add-column`, `drop-column`, `rename-column`, or `column-type-change`.
## Task
Implement all the operations.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.