cdk.dev
cdk.dev
cdk.dev
@cdk.dev
Reposted by cdk.dev
You can now initialize #serverless apps easier by directly using Serverless Land Patterns in Visual Studio Code! #serverless. Thanks Lambda team!
March 13, 2025 at 7:10 PM
Reposted by cdk.dev
After working a bit with Terraform, I really see the difference between using a limited DSL and using a real programming language like Python or TypeScript in AWS CDK. Making infrastructure actually programmable instead of just definable was a big step that CDK enabled.
March 20, 2025 at 10:26 AM
Reposted by cdk.dev
📰 Stelvio: Serverless AWS for Python Devs

💬 Stelvio aims to simplify infra for Python devs vs. AWS CDK & CloudFormation. Comments are mixed but generally curious. 🤔

https://news.ycombinator.com/item?id=43420892
March 20, 2025 at 11:15 AM
Reposted by cdk.dev
CDK Aspects are the bomb. This little piece of code makes ephemeral environments a breeze 💨 ❤️
March 21, 2025 at 10:45 AM
Reposted by cdk.dev
For those have used SST for IaC, what do you think of it? Feels like it's just cross-cloud CDK. Am I missing something or is it more capable than that?
March 22, 2025 at 2:42 PM
Reposted by cdk.dev
✍️ New blog post by Ricardo

Modifying DynamoDB TTL with CDK

#aws #dynamodb #ttl #invalidrequest
Modifying DynamoDB TTL with CDK
Ever tried to update the TTL attribute of a DynamoDB table using the AWS CDK and got a InvalidRequest...
dev.to
March 23, 2025 at 9:04 AM
Reposted by cdk.dev
Reposted by cdk.dev
Amazon CloudWatch Composite Alarms 🔔

"We cover how to use Amazon CloudWatch Composite Alarms in serverless workloads, with example code written in TypeScript and the AWS CDK."

medium.com/@leejamesgil...

#AWS #Serverless
Amazon CloudWatch Composite Alarms
We cover how to use Amazon CloudWatch Composite Alarms in serverless workloads, with example code written in TypeScript and the AWS CDK.
medium.com
March 3, 2025 at 12:05 PM
Reposted by cdk.dev
🚀 Big news for AWS developers! AWS CDK now supports L2 Constructs for Amazon Data Firehose! 🔥 This makes real-time data streaming easier than ever.

Thread 🧵👇
March 3, 2025 at 1:00 PM
Reposted by cdk.dev
Reposted by cdk.dev
My typical workflow is:

• Checkout main branch
• cdk diff → no changes (supposed to be)
• Make changes on branch
• CDK Diff should only show the changes you did
Doing this locally is not always possible. If it is not make use of it in PR comments or in the build pipeline.
March 6, 2025 at 5:07 AM
Reposted by cdk.dev
dev.to/jehielmartin...

Using serverless components on AWS can help to quickly build a solution for many use cases. Using managed and serverless tools means you don't have to provision or maintain any infrastructure and can scale up (and down) based on demand. (1/2)
Building a Scalable Serverless Image Processing Pipeline with AWS SQS and Lambda
Explore the creation of a scalable image processing pipeline using AWS services such as S3, SQS, and Lambda.
dev.to
March 7, 2025 at 1:59 AM
Reposted by cdk.dev
I am so excited! AWS Step Functions WorkFlow Studio is now part of the AWS Toolkit! Yup, that's an ASL file opened in VSCode. And ... That's me running a test state locally against resources in the AWS Cloud! Oh, and in case you were wondering, Amazon Q is GREAT with JSONata.
March 6, 2025 at 9:05 PM
Reposted by cdk.dev
Join Matthew Bonig & the vBrownBag crew for a discussion on effectively leveraging observability and AI in software development. You won't want to miss this! Live this Wed March 5th @ 730p central. youtube.com/live/k10dZSb...
March 3, 2025 at 5:28 PM
Reposted by cdk.dev
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
Reposted by cdk.dev
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
Reposted by cdk.dev
dev.to/koseimori/a-...

CI/CD automation with Github Actions and workflows is widely used and usually ends up being free for smaller projects. Using Infrastructure as Code tools like the Cloud Development Kit (CDK) with AWS is a good approach. Below is a good example of using these together.(1/3)

🧵
A Practical Guide to Continuous Delivery with GitHub Actions and AWS CDK
Introduction Previously, I wrote an article titled “Implementing Continuous Delivery for...
dev.to
February 23, 2025 at 5:11 PM
Reposted by cdk.dev
Any CDK family out here? I'm using the beta cross-region references. I've got some exports I want to remove but it enforces strong references (this is fine). I tried to find a way to inject my exports to the custom resource but the provider is private and aspects can't seem to visit the node.
February 18, 2025 at 9:51 PM
Reposted by cdk.dev
AWS CDK now provides L2 construct support for Amazon Data Firehose, enabling developers to programmatically define and deploy streaming data infrastructure using their preferred programming languages.
AWS CDK releases L2 construct support for Amazon Data Firehose delivery streams
AWS CDK now provides L2 construct support for Amazon Data Firehose, enabling developers to programmatically define and deploy streaming data infrastructure using their preferred programming languages.
aws-news.com
February 17, 2025 at 6:43 PM
Reposted by cdk.dev
AWS CDK best practice: include the region in the stack's ID #aws #cdk advancedweb.hu/shorts/aws-c...
AWS CDK best practice: include the region in the stack's ID
advancedweb.hu
February 17, 2025 at 9:02 PM
Reposted by cdk.dev
✍️ New blog post by Matsuda

Adding Cognito Authentication to Self-Hosted Langfuse with AWS CDK

Adding Cognito Authentication to Self-Hosted Langfuse with AWS CDK
Langfuse provides built-in authentication using ID/password by default, but it also allows using...
dev.to
February 15, 2025 at 1:09 PM
Reposted by cdk.dev
Streamlit on Fargate: Hosting Scalable AI Workflows with AWS Bedrock and CDK
Streamlit on Fargate: Hosting Scalable AI Workflows with AWS Bedrock and CDK
In this article, we will build a user-facing application using Streamlit that interacts with the Bedrock Agent.
buff.ly
February 14, 2025 at 6:15 AM
Reposted by cdk.dev
Save Time and Money by Shifting HIPAA Compliance Checks Left with CDK-Nag https://replug.link/a443ab1d #robotics #computerscience #photography
Save Time and Money by Shifting HIPAA Compliance Checks Left with CDK-Nag
Originally published to: makingitup.substack.com With cdk-nag you can check your infrastructure...
replug.link
February 15, 2025 at 2:43 PM