Advertisement · 728 × 90

Posts by cdk.dev

Post image

You can now initialize #serverless apps easier by directly using Serverless Land Patterns in Visual Studio Code! #serverless. Thanks Lambda team!

1 year ago 6 3 1 0
Preview
Convert AWS console actions to reusable code with AWS Console-to-Code, now generally available | Amazon Web Services AWS Console-to-Code generates reusable infrastructure as code from your AWS console actions, supporting Amazon EC2, RDS, and VPC. With a few clicks, get CloudFormation, CDK (TypeScript, Python, Java),...

Just using AWS Console-to-Code for new IAC code :)

aws.amazon.com/blogs/aws/co...

#ClickOps #AWS #IAC #CDK

1 year ago 1 1 0 0

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.

1 year ago 4 1 0 0

📰 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

1 year ago 2 1 0 0
Post image

CDK Aspects are the bomb. This little piece of code makes ephemeral environments a breeze 💨 ❤️

1 year ago 4 1 0 0

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?

1 year ago 2 1 1 0
Preview
Modifying DynamoDB TTL with CDK Ever tried to update the TTL attribute of a DynamoDB table using the AWS CDK and got a InvalidRequest...

✍️ New blog post by Ricardo

Modifying DynamoDB TTL with CDK

#aws #dynamodb #ttl #invalidrequest

1 year ago 1 1 0 0
Advertisement
Empower developers with EventCatalog MCP Server
Empower developers with EventCatalog MCP Server YouTube video by EventCatalog

Video demo

www.youtube.com/watch?v=rTgN...

1 year ago 1 1 0 0
Preview
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.

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

1 year ago 8 2 0 0
Post image

🚀 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 🧵👇

1 year ago 6 1 4 0
Preview
Configuring ECS Resources using CDK and Amazon Q Amazon Q Developer accelerates creation of ECS Resources, explains issues, and helps to resolve issues quickly.

"Configuring ECS Resources using CDK and Amazon Q" by David Scott

#q-bits #amazon-q-developer #ecs #awscdk

1 year ago 1 1 0 0

How did it go?

1 year ago 1 0 1 0

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.

1 year ago 1 1 2 0
Preview
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/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)

1 year ago 2 1 1 0
Video

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.

1 year ago 21 4 2 0
Advertisement
"Leveraging observability and AI in software development" with guest speaker Matthew Bonig on the vBrownBag podcast this Wednesday March 5th at 730 pm central on YouTube: https://youtube.com/live/k10dZSbH8JI?feature=share

"Leveraging observability and AI in software development" with guest speaker Matthew Bonig on the vBrownBag podcast this Wednesday March 5th at 730 pm central on YouTube: https://youtube.com/live/k10dZSbH8JI?feature=share

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...

1 year ago 5 4 0 1
Preview
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/@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)

🧵

1 year ago 4 3 2 0
Preview
Amazon Bedrock Multi-Agent Collaboration System with Human escalation using CDK This project demonstrates the power of combining Multi-Agent Collaboration in Amazon Bedrock with AWS CDK custom constructs to create a flexible, scalable, and easily maintainable customer support and order management system.

"Amazon Bedrock Multi-Agent Collaboration System with Human escalation using CDK" by Enrique Rodriguez

#bedrock #agents #cdk #python

1 year ago 2 1 0 0
Preview
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…

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”

1 year ago 3 2 0 0
Preview
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/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)

🧵

1 year ago 5 1 1 0

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.

1 year ago 2 2 0 0
Preview
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 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.

1 year ago 1 1 0 0
Advertisement
Preview
AWS CDK best practice: include the region in the stack's ID

AWS CDK best practice: include the region in the stack's ID #aws #cdk advancedweb.hu/shorts/aws-c...

1 year ago 2 1 0 0
Preview
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...

✍️ New blog post by Matsuda

Adding Cognito Authentication to Self-Hosted Langfuse with AWS CDK

1 year ago 2 1 0 0
Preview
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.

Streamlit on Fargate: Hosting Scalable AI Workflows with AWS Bedrock and CDK

1 year ago 2 1 0 0
Preview
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...

Save Time and Money by Shifting HIPAA Compliance Checks Left with CDK-Nag https://replug.link/a443ab1d #robotics #computerscience #photography

1 year ago 3 1 0 0
Preview
AWS CDK tips and tricks for developers The AWS CDK is for most of the people I interact with the first-time developers who get to write...

✍️ New blog post by JNN5

AWS CDK tips and tricks for developers

#aws #programming #javascript #python

1 year ago 1 1 0 0
Exploring CI/CD with AWS CDK Express Pipeline: Faster and Efficient Deployments
Exploring CI/CD with AWS CDK Express Pipeline: Faster and Efficient Deployments YouTube video by CI and CD on Amazon Web Services (AWS)

Build a CDK Express Pipeline with this Open Source Project that @rehanvdm.bsky.social has create - it speeds up your development flow and allows you to run your pipelines locally aswell....

Learn more at

youtu.be/pma4zP7mhMU

#cicd #awscommunity #opensource #oss #awsheroes

1 year ago 2 1 0 0
Preview
GitHub - pawelgrzybek/comments-stack: Comments engine for my personal website https://pawelgrzybek.com. Comments engine for my personal website https://pawelgrzybek.com. - pawelgrzybek/comments-stack

You will be very happy because this is the stack I partially learned from you 😘

It is a CDK stack, hooked it into my static Hugo website. Each time someone comments, I get an email. After approving, the web hook triggers the Netlify rebuild. Job done :)

github.com/pawelgrzybek...

1 year ago 1 1 0 0
Exploring CI/CD with AWS CDK Express Pipeline: Faster and Efficient Deployments
Exploring CI/CD with AWS CDK Express Pipeline: Faster and Efficient Deployments YouTube video by CI and CD on Amazon Web Services (AWS)

Finally back on - @rehanvdm.bsky.social is on fire in the first episode in 2025 that just dropped on my YouTube channel!

#awscommunity #cicd #awscdk #cdk

youtu.be/pma4zP7mhMU

1 year ago 2 1 1 1