Aws
Explore latest posts about aws.

Simplifying CloudWatch Alarms with AWS CDK L2 Constructs
Learn how AWS CDK's L2 constructs transform complex CloudWatch alarm configuration into just a few lines of clean, readable code. This guide shows you how to implement production-grade monitoring for your Lambda functions, detect silent failures, and ensure you're always aware when problems occur in your serverless applications.

Building AWS Lambda Functions with CDK L2 Constructs — Part II
How L2 constructs simplify Lambda deployment and why permissions matter in serverless architectures.
How to Use Property Classes to Configure CDK Constructs — Part I
Building a serverless DynamoDB application to demonstrate advanced CDK configuration patterns.
Creating AWS Cognito User to Authenticate Postman Requests
Learn how to create AWS Cognito users programmatically for API testing automation, including user creation, integration, and Postman authentication setup for your CI/CD pipeline.
Execute Postman tests from AWS CodeBuild
Learn how to automate API integration tests using Postman collections in AWS CodeBuild, including setup with Newman, S3 storage, and HTML report generation for your CI/CD pipeline.

Write data into DynamoDB from json file
Populate DynamoDB tables with initial data for performance testing using Go and AWS SDK by reading JSON files and batch writing records.