@daysmart/cdk-route53-record
v1.0.5
Published
You should explore the contents of this project. It demonstrates a CDK Construct Library that includes a construct (`CdkRoute53Record`) which contains an Amazon SQS queue that is subscribed to an Amazon SNS topic.
Downloads
12
Maintainers
Keywords
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 (CdkRoute53Record
)
which contains an Amazon SQS queue that is subscribed to an Amazon SNS topic.
The construct defines an interface (CdkRoute53RecordProps
) to configure the visibility timeout of the queue.
Useful commands
npm run build
compile typescript to jsnpm run watch
watch for changes and compilenpm run test
perform the jest unit tests