#aws-cloud-development-kit
dev.to/aws-builders...

Cross-account AWS ops using the Cloud Development Kit (CDK) just got more secure. A recent contribution to the CDK from Michael Uanikehi added support for External ID on AwsCustomResource, addressing a gap that forced devs to choose between security and functionality.(1️⃣/3️⃣)

🧵
Securing Cross-Account AWS Operations: Adding External ID Support to AwsCustomResource
I recently contributed to the AWS Cloud Development Kit (CDK) by implementing External ID support for...
dev.to
November 20, 2025 at 4:55 AM
📦 aws / aws-cdk
⭐ 11,834 (+32)
🗒 TypeScript

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
GitHub - aws/aws-cdk: The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code - aws/aws-cdk
github.com
January 21, 2025 at 9:01 PM
A simple guide for deploying a Docker container to #AWS Fargate using #CDK …
AWS CDK: Serverless Container with Fargate
Deploy a serverless Docker container to AWS Fargate with the AWS Cloud Development Kit (CDK); add custom DNS and SSL certificate for HTTPS.
sbstjn.com
January 8, 2025 at 5:54 PM
medium.com/@mertmengu/a...

Managing cloud resources using Infrastructure as Code (IaC) tools is a good approach. One IaC that is widely used with AWS is the Cloud Development Kit (CDK). It lets you use your favourite programming languages to define your infrastructure. (1/3)

🧵
AWS CDK Essentials: Architecting a Scalable Infrastructure with VPCs, Fargate, and More
AWS Cloud Development Kit (CDK) is a powerful Infrastructure as Code (IaC) tool that enables you to define cloud resources using…
medium.com
January 30, 2025 at 4:00 PM
medium.com/@robert_2361...

Implementing Infrastructure as Code (IaC) practices is a great approach to being able to contain and repeat your cloud resources. Being able to track changes and repeat configs is ideal. Using the Cloud Development Kit (CDK) on AWS is a good IaC approach. (1/3)

🧵
Structuring and Refactoring AWS CDK Projects: Best Practices and Patterns
In the world of Infrastructure as Code (IaC), the AWS Cloud Development Kit (CDK) has emerged as a powerful tool for defining cloud…
medium.com
March 1, 2025 at 3:45 PM
👀 This is new: CDK Refactor! It allows developers to retain physical resources when they are moved across a CDK project, for example when introducing new construct abstractions. Nice!

aws-news.com/article/2025...
AWS Cloud Development Kit (CDK) Launches Refactor
AWS Cloud Development Kit (CDK) introduces a new refactor feature that enables developers to safely rename, move, and reorganize infrastructure as code resourc...
aws-news.com
September 10, 2025 at 5:39 PM
I wrote a blog to share a bit more context about why we decided to do this and what happens next.

It's my first AWS blog — if you don't like it, don't tell me!

aws.amazon.com/blogs/openso...
Shaping the future of CDK together | Amazon Web Services
When AWS Cloud Development Kit (CDK) was announced in 2019, the project introduced a new stage in the evolution of infrastructure as code (IaC), and changed the way customers build on AWS. For those l...
aws.amazon.com
January 2, 2025 at 9:48 PM
🌟 Unlock the Power of AWS CDK! 🌟

Are you ready to revolutionize your approach to cloud infrastructure? Join us for an engaging introductory session on AWS Cloud Development Kit (CDK)! 🚀

📅 Limited Seats Available!
Secure your spot now: lnkd.in/gt6VJ37J

@imsampro.bsky.social #AWSUGKol #AWS
July 12, 2025 at 9:29 AM
medium.com/@stephane.za...

Setting up AWS resources with click-ops works okay for quick tests but you should use Infrastructure as Code (IaC) tools. There are many IaC choices on AWS like Cloud Development Kit (CDK), Serverless Application Model (SAM) and Terraform. SAM is detailed below. (1/4)

🧵
Serverless Stack deployment with AWS SAM
AWS Serverless Application Model (AWS SAM) is a comprehensive open-source framework designed to simplify the development, deployment, and…
medium.com
March 2, 2025 at 4:24 PM
How can you talk about Serverless Developer Experience in AWS without mentioning AWS Cloud Development Kit?

aws.amazon.com/blogs/archit...

#AWS #awscdk #serverless
December 3, 2024 at 6:19 AM
aws.plainenglish.io/implementing...

Choosing the Cloud Development Kit (CDK) for your AWS project is a good choice and using Github Actions for the deployment is as well. (1/2)

🧵
Implementing a mono-repo serverless project with AWS CDK
Embarking on the journey to build a serverless architecture can be both exciting and daunting, especially when a project grows over time.
aws.plainenglish.io
December 3, 2024 at 4:13 AM
Switched cdk.dev to use the Bluesky account of @cdk.dev as the source of posts. Just mention it and we’ll repost relevant stuff to magically appear on the website ✨
cdk.dev
The community driven hub around the Cloud Development Kit (CDK) ecosystem. This site brings together all the latest blogs, videos, and educational content. Connect with the community of AWS CDK, CDK f...
cdk.dev
November 13, 2024 at 11:36 AM
How to configure Managed Login for Amazon Cognito using AWS CDK - sbstjn.com/blog/aws-cdk... #awscdk
AWS CDK: Cognito Managed Login with Custom Domain
Amazon Cognito supports Managed Login. This fully-managed, hosted sign-in and sign-up experience can be configured with a custom domain using the AWS Cloud Development Kit (CDK).
sbstjn.com
January 17, 2025 at 9:24 PM
Building cloud infrastructure doesn’t have to be painful. With AWS Cloud Development Kit (CDK), you can define cloud resources using familiar languages like TypeScript, Python, and Java.

RSVP: lnkd.in/gt6VJ37J

@imsampro.bsky.social #aws #awsugkol #imsampro #AWSCloud #awscommunity #awskolkata
July 18, 2025 at 5:55 AM
🚀 Level Up Your Cloud Game with AWS CDK! 🌥️💻

With the AWS Cloud Development Kit (CDK), you can define cloud infrastructure using familiar programming languages — making deployments faster, smarter, and more reliable.

RSVP here: lnkd.in/gt6VJ37J

@imsampro.bsky.social #AWS #AWSUGKol #AWSKolkata
July 16, 2025 at 8:14 AM
dev.to/aws-builders...

Testing your app locally and then deploying to the cloud via Infrastructure as Code (IaC) tools is a good approach in most cases. Using FastAPI for your Python backend is a good idea. An example of using these with the Cloud Development Kit (CDK) is below. (1/3)

🧵
Serverless FastAPI Development: Building Player FC API on AWS
It's been a while since I've had the opportunity to build something simple, interesting and modern....
dev.to
January 12, 2025 at 4:52 PM
Announcing CDK Garbage Collection | Amazon Web Services
Announcing CDK Garbage Collection | Amazon Web Services
The AWS Cloud Development Kit (CDK) is an open source framework that enables developers to define cloud infrastructure using a familiar programming language. Additionally, CDK provides higher level…
buff.ly
February 23, 2025 at 8:54 PM
AWS Cloud Development Kit (AWS CDK) Overview, TypeScript and Python Examples, Languages Support and Performance Conciderations
www.glukhov.org/post/2025/08...
#aws #cloud #typescript #performance #python #golang #go #java #dotnet #hosting
AWS CDK Overview, TypeScript and Python Examples and Performance
AWS CDK Overview, TypeScript and Python Examples, Languages Support and Performance Conciderations
www.glukhov.org
August 10, 2025 at 12:14 PM
I’m a big fan of AWS CDK. This is a nice new feature that I’m going to try out soon. - “Announcing CDK Garbage Collection”
Announcing CDK Garbage Collection | Amazon Web Services
The AWS Cloud Development Kit (CDK) is an open source framework that enables developers to define cloud infrastructure using a familiar programming language. Additionally, CDK provides higher level…
aws.amazon.com
February 23, 2025 at 9:22 AM