Published onJuly 5, 2022Filtering DynamoDB event for AWS Lambda functionscdkdynamodbAWS Lambda now supports event filtering for Amazon DynamoDB. But AWS CDK is not yet able to support this. In this article, I will show how to do this in CDK.
Published onMay 27, 2022Using Amazon API Gateway as a proxy for DynamoDB in AWS CDKcdkdynamodbapi-gatewayIn this article, I will show you how to implement Amazon API Gateway as a proxy for DynamoDB by using AWS cdk. It is simple and very interesting.