0.1.7 • Published 4 years ago
aws-cdk-construct
Licence
—
Version
0.1.7
Deps
10
Size
98 kB
Vulns
0
Weekly
0
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 (AwsCdkConstruct)
which contains an Amazon SQS queue that is subscribed to an Amazon SNS topic.
The construct defines an interface (AwsCdkConstructProps) to configure the visibility timeout of the queue.
Useful commands
npm run buildcompile typescript to jsnpm run watchwatch for changes and compilenpm run testperform the jest unit tests