Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 588 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 588 Bytes

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 (Lib) which contains an Amazon SQS queue that is subscribed to an Amazon SNS topic.

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

Useful commands

  • yarn build compile typescript to js

  • yarn watch watch for changes and compile

  • yarn test perform the jest unit tests

  • yarn install

  • yarn cdk bootstrap bootstrap cdk

  • yarn deploy deploy