© 2023 Hashnode
#aws-cdk
Hey, everyone! If you've been using AWS, chances are you've come across CDK and building cloud apps with it. As seamless as it is to deploy apps using CDK, it is equally important to monitor changes i…
I was on a project using CloudFormation templates to manage resources and it became more desirable to migrate the resources to CDK since the project was growing. I haven't seen a lot of docs on this out there so I'm sharing this. From a hig…
AWS (Amazon Web Services) is a comprehensive, evolving cloud computing platform provided by Amazon that includes a mixture of infrastructure-as-a-service IasS, platform-as-a-service PasS and packaged-…
I'm excited to announce that I'll be speaking at AWS Summit Washington, DC on June 8th, 2023, at 2:15PM (DEV206). My DevChat will discuss the benefits of ephemeral CDK Stacks for development workflows…
Introduction In today's rapidly evolving technology landscape, agility and scalability are paramount for businesses seeking to stay ahead of the competition. Infrastructure as Code (IaC) has emerged as a revolutionary approach to streamline…
Introduction Welcome to the fascinating realm of AWS CDK Toolkit in TypeScript, where you can harness the true power of cloud infrastructure deployment. Whether you're a seasoned developer or just starting your journey, this comprehensive g…
Use Case:- I am sure you all remember how much boilerplate code we used to write when we convert the DynamoDB stream to the business object. Here is a small snippet of the GoLang program. m := &En…
Python is an excellent programming language for DevOps tasks due to its simplicity, readability, and extensive library ecosystem. Here are some ways Python can be used in a DevOps context: Infrastructure Automation: Python can be used to a…
Abstract Deploy FastAPI in a Lambda function that is fronted by an HTTP API in API Gateway, you can enable the API key required for the API Table Of Contents Solution overview Build FastAPI as a l…
Abstract Continue the previous post Hands-on Amazon ECS for Blue-Green Deployments With CDK Typescript which uses EC2 to host the ECS container service and manually operate blue-green deployments. In…