Aws

Explore latest posts about aws.

Simplifying CloudWatch Alarms with AWS CDK L2 Constructs
AWSTechnology+3

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.

Manoj KengudeluManoj Kengudelu
4 min read
Building AWS Lambda Functions with CDK L2 Constructs — Part II
AWSTechnology+3

Building AWS Lambda Functions with CDK L2 Constructs — Part II

How L2 constructs simplify Lambda deployment and why permissions matter in serverless architectures.

Manoj KengudeluManoj Kengudelu
5 min read
How to Use Property Classes to Configure CDK Constructs — Part I
AWSTechnology+3

How to Use Property Classes to Configure CDK Constructs — Part I

Building a serverless DynamoDB application to demonstrate advanced CDK configuration patterns.

Manoj KengudeluManoj Kengudelu
4 min read
Creating AWS Cognito User to Authenticate Postman Requests
AWSTechnology+2

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.

Manoj KengudeluManoj Kengudelu
2 min read
Execute Postman tests from AWS CodeBuild
AWSTechnology+1

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.

Manoj KengudeluManoj Kengudelu
2 min read
Write data into DynamoDB from json file
AWSTechnology+2

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.

Manoj KengudeluManoj Kengudelu
2 min read