ots-aws 1.0.2
Install from the command line:
Learn more about npm packages
$ npm install @sniptt-official/ots-aws@1.0.2
Install via package.json:
"@sniptt-official/ots-aws": "1.0.2"
About this version
You should explore the contents of this project. It demonstrates a CDK Construct Library that includes a construct (Ots)
which contains an Amazon SQS queue that is subscribed to an Amazon SNS topic.
The construct defines an interface (OtsProps) to configure the visibility timeout of the queue.
-
npm run buildcompile typescript to js -
npm run watchwatch for changes and compile -
npm run testperform the jest unit tests