aws-dfc-constructs
v1.1.36
Published
Basically some of my most used constructs available for usage
Downloads
11
Readme
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 (AwsDfcConstructs)
which contains an Amazon SQS queue that is subscribed to an Amazon SNS topic.
The construct defines an interface (AwsDfcConstructsProps) 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
