Metadata-Version: 2.1
Name: cdk-rds-dump
Version: 1.1.0
Summary: CDK Construct Library by Typescript for RDS Dump
Home-page: https://github.com/malaysia.cryer/cdk-rds-dump.git
Author: Kazuho CryerShinozuka<malaysia.cryer@gmail.com>
License: Apache-2.0
Project-URL: Source, https://github.com/malaysia.cryer/cdk-rds-dump.git
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Typing :: Typed
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved
Requires-Python: ~=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Under construction!!!!!!!

# cdk-rds-dump

CDK constructs that dump the contents of AWS RDS, generate SQL files, and save them to S3

# Welcome to your CDK TypeScript Construct Library project

You should explore the contents of this project. It demonstrates a CDK Construct Library that includes a construct (`CdkRdsDump`)
which contains an Amazon SQS queue that is subscribed to an Amazon SNS topic.

The construct defines an interface (`CdkRdsDumpProps`) to configure the visibility timeout of the queue.

## Useful commands

* `npm run build`   compile typescript to js
* `npm run watch`   watch for changes and compile
* `npm run test`    perform the jest unit tests
