This is a collection of posts, videos and similar content which has been published within the CDK ecosystem.
You can now initialize #serverless apps easier by directly using Serverless Land Patterns in Visual Studio Code! #serverless. Thanks Lambda team!
You can now initialize #serverless apps easier by directly using Serverless Land Patterns in Visual Studio Code! #serverless. Thanks Lambda team!
Convert AWS console actions to reusable code with AWS Console-to-Code, now generally available | Amazon Web Services
Just using AWS Console-to-Code for new IAC code :) aws.amazon.com/blogs/aws/co... #ClickOps #AWS #IAC #CDK
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.
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.
📰 Stelvio: Serverless AWS for Python Devs
📰 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
CDK Aspects are the bomb. This little piece of code makes ephemeral environments a breeze 💨 ❤️
CDK Aspects are the bomb. This little piece of code makes ephemeral environments a breeze 💨 ❤️
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?
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?
Modifying DynamoDB TTL with CDK
✍️ New blog post by Ricardo Modifying DynamoDB TTL with CDK #aws #dynamodb #ttl #invalidrequest
Amazon CloudWatch Composite Alarms
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
🚀 Big news for AWS developers! AWS CDK now supports L2 Constructs for Amazon Data Firehose! 🔥 This makes real-time data streaming easier than ever.
🚀 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 🧵👇
Configuring ECS Resources using CDK and Amazon Q
"Configuring ECS Resources using CDK and Amazon Q" by David Scott #q-bits #amazon-q-developer #ecs #awscdk
My typical workflow is:
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.