Dheeraj Choudhary
Dheeraj Choudhary's Blog

Dheeraj Choudhary's Blog

Follow
Series

AWS CDK/SDK

Boto3 SDK makes it easy to integrate your Python application, library, script with AWS services. CDK is framework defining cloud infrastructure in code and provisioning it through AWS CloudFormation.

Articles in this series

AWS Architecture Diagram As Code Using Python

May 20, 20226 min read 3.9K views

Diagrams lets you draw the cloud system architecture in Python code. It was born for prototyping a new system architecture without any design tools....

AWS Architecture Diagram As Code Using Python
AWS Lambda & EventBridge | Find Unused AWS Elastic IP's In AWS Account On Weekly Basis And Notify Via Email
AWS Lambda & EventBridge | Find Unused EBS Volumes On Weekly Basis And Notify Via Email
AWS Lambda & EventBridge | Schedule Start And Stop  Of EC2 Instances Based On Tags...
AWS Lambda & EventBridge | Deregister Unused AMI In Account On Weekly Basis And Notify Via Email
AWS Lambda & S3| Automate CSV File Processing From S3 Bucket And Push In DynamoDB Using Lambda [Python]