Available posts in dynamodb

Export DynamoDB Items to S3

3rd April 2022

Hi Storing data like JSON logs in DynamoDB is a great idea as DynamoDB is very scalable. In addition, it is easier to transfer data into a DynamoDB table using for example Lambda and AWS SDK. Also, it makes analyzing the logs easier for example the…

Asynchronous communication with AWS CDK EventBridge

14th November 2021

Hi CDK folks For a startup I am building a security platform. The rough process for using the platform is something like this. The customer answers a few questions and then gets a security evaluation. For the prototype I decided to use AWS…