Exciting update! We've just released a new version of "Crafting Lambda Functions in Rust"!
This release includes bug fixes, code modernization aligned with the latest cargo-lambda, and a brand new appendix on deploying with AWS CDK!
If you're building serverless solutions with Rust, grab the updated e-book: https://rust-lambda.com/
Read the full announcement: https://news.rust-lambda.com/p/crabby-lambda-book-back-with-cdk
TIL: #AWS CDKWakeful exists and aims to reduce the undifferentiated heavily lifting in monitoring and alerting. CDKWakeful employs #CDK Aspects to inspect your code and set a foundational level of alarms.
#Typescript and #Python are supported.
【Hono】HonoをCDKでAPI Gateway & Lambdaにデプロイする方法
https://dev.classmethod.jp/articles/hono-cdk-api-gateway-lambda-setup/
TIL: #AWS CDK Solutions Constructs Factories are a great way to fully customize AWS Solutions Constructs. This makes it even easier to build well-architected services that are well-suited to your needs.
Factories currently support S3 Buckets, SQS Queues and Step Functions.
It's now a One-Line code to setup Step Function with proper logging and alarming for throttled, failed, and aborted executions.
Source: https://buff.ly/41Uom4U
I got to work with #aws #cdk recently for some migrations, and I compare that experience with my #Terraform experience here: https://ninad.pundaliks.in/blog/2024/12/iac-ramblings/
CDKでデプロイしたLambda Functionsで `Cannot find module '@smithy/service-error-classification'`が発生したので対応した話
https://dev.classmethod.jp/articles/fix-cdk-nodejs-functions-bundle-error/
Rassemblement de soutien au peuple kurde
Place de la Comédie (Montpellier), mercredi 11 décembre à 18:00 UTC+1https://www.aleale.org/event/rassemblement-de-soutien-au-peuple-kurde
I've seen a few articles discussing the challenges of managing Infrastructure as Code at scale, and whilst there are plenty of Cloud Developer Kits out there, I feel like they gloss over some of the best reasons to use them!
#terraform #devops #platformengineering #iac #cdk
https://medium.com/@techman83/cloud-developer-kits-gloss-over-their-best-feature-bb7c896848a7
My team shipped a thing #pulumi #cdk https://www.pulumi.com/blog/aws-cdk-on-pulumi-1.0/ - the integration is a lot, a lot more feature complete than previous versions.
Setting Up AWS TimeStream Database with Python CDK | IoT Series Part 1
In this first episode of our mini-series, I walk through setting up the AWS Cloud Development Kit (CDK) on a local machine. In the future, we will deploy an Amazon TimeStream database to handle time series data from a simulated device.
CDK alternatives : CDKTF, Hashicorp’s answer to Pulimi
So I'm joining the team because I think I can help them continue and accelerate their good work, and because I'm excited about the project I'll be working on, #CDK. It's a vital tool for many in the #AWS community, and there's a lot of work to do, but I'm excited to collaborate with folks at the #OpenConstructFoundation and in the broader community to build the #CDK we want to see. My doors are always open to anyone with ideas. DM me here or email me at aubryha[@]amazon[.]com!
#AWS released an AWS #CDK CLI update to enhance security, requiring users with CDK v2.148.1 or earlier to update and re-bootstrap or apply an #IAM policy.
https://thehackernews.com/2024/10/aws-cloud-development-kit-vulnerability.html
What’s everyone’s preferred method for deploying containers to your own servers? I usually just write a docker-compose file, ssh over and deploy that manually. But I’m wondering how I might automate this with CI. #Ansible? Switch to #Kubernetes, or #Terraform? I have experience with AWS #CDK and I really liked it, but I don’t want to deploy to AWS or any other cloud.
#LocalStack 3.7 Released: Local #AWS Emulator
• Emulates 50+ #AWS services locally (#Lambda, #S3, #DynamoDB, #Kinesis, #SQS, #SNS, more)
• Runs in a single #Docker container on your machine or #CI environment
• Enables local #CloudDevelopment without connecting to remote cloud
• Ideal for testing complex #CDK applications or #Terraform configurations
• Supports additional features like #CloudDevelopment workflows
• Open-source version available, with extended Pro version
#LocalStack provides a comprehensive local #AWS environment for developers and testers, simplifying cloud application development and reducing costs. Compatible with various deployment methods including CLI, Docker, and Helm.