@wrlakshan/cdk-s3-cdn-construct
v1.0.0
Published
You should explore the contents of this project. It demonstrates a CDK Construct Library that includes a construct (`CdkS3CdnConstruct`) which contains an Amazon SQS queue that is subscribed to an Amazon SNS topic.
Downloads
3
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 (CdkS3CdnConstruct
) which contains an Amazon SQS queue that is subscribed to an Amazon SNS topic.
The construct defines an interface (CdkS3CdnConstructProps
) to configure the visibility timeout of the queue.
Useful commands
npm run build
compile TypeScript to JavaScriptnpm run watch
watch for changes and compilenpm run test
run the Jest unit teststsc
compile TypeScript to JavaScript (same asnpm run build
)
Setting up and Publishing the Package
Initialize the project with a scope:
npm init --scope=@wrlakshan
Log in to npm:
npm login
Publish the package with public access:
npm publish --access public
Update the package version:
npm version 0.4.0