Add Stack Description (with version read from package.json file) to CDK stack constructor, for visibility of deployed project and version from CloudFormation.
Configure DynamoDB tables to be removed on stack deletion
Initialize secret with valid JSON containing placeholders..
a) syntax more obvious to users editing the secret for the first time, and
b) error message thrown by the Lambda more clear if user forgets to edit the initial secret value (it current throws a 'invalid JSON' error - better to throw a slack auth error).
Initial value now looks like this:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Issue #, if available:
Description of changes:
Add Stack Description (with version read from package.json file) to CDK stack constructor, for visibility of deployed project and version from CloudFormation.
Configure DynamoDB tables to be removed on stack deletion
Initialize secret with valid JSON containing placeholders.. a) syntax more obvious to users editing the secret for the first time, and b) error message thrown by the Lambda more clear if user forgets to edit the initial secret value (it current throws a 'invalid JSON' error - better to throw a slack auth error).
Initial value now looks like this:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.