#aws-cdk
Read more stories on Hashnode
Articles with this tag
Use case Especially in serverless environments, features will be created with ephemeral stacks, which will be deleted after merging to the main...
The AWS CDK Serverless Toolsuite from Thorsten Hoeger helps, among others, to deploy an API Gateway from OpenApi specs and a DynamoDb from DynamoDb...
In this post is a example of a Athena query to get the the current data of the DynamoDb table. This post explains how to provide this query with CDK...
This is the same like described here. To bootstrap the project run this command: cdk init app --language typescriptFurther information are here All...