Welcome to your CDK TypeScript Construct Library project for sending notifcations via Slack Webhooks
You should explore the contents of this project. It demonstrates a CDK Construct Library that includes a construct (ChatChannelNotificationsCdk)
which contains a lambda that subscribes to SNS topic that processes the message and send an update to a slack webhook
The construct defines an interface (ChatChannelNotificationsCdkProps) to configure the visibility timeout of the queue.
npm run buildcompile typescript to jsnpm run watchwatch for changes and compilenpm run testperform the jest unit tests