You should explore the contents of this project. It demonstrates a CDK Construct Library that includes a construct (`Cdk`) which contains an Amazon SQS queue that is subscribed to an Amazon SNS topic.
You should explore the contents of this project. It demonstrates a CDK Construct Library that includes a construct (Cdk)
which contains an Amazon SQS queue that is subscribed to an Amazon SNS topic.
The construct defines an interface (CdkProps) to configure the visibility timeout of the queue.
* npm run build compile typescript to js
* npm run watch watch for changes and compile
* npm run test perform the jest unit tests