DDB Streams Event Source Mapping Already Exists Error
When updating a lambda with a DynamoDB Streams event source I got a mapping already exists error
When updating a lambda with a DynamoDB Streams event source I got a mapping already exists error
Today I discovered that you can deploy arbitrary files to the CDK staging bucket with a human readable file name! This feature is awesome if you are pre-synthing CDK apps to CloudFormation Templates.
I found the following package.json scripts very convenient when managing a complex CDK app. The key is the -- operator, which allows us to append additional parameters.