https://dasroot.net/posts/2026/01/aws-cdk-terraform-cloudformation-iac-comparison/
#AWSCDK #Terraform #AWS
AIとAWS CDKの親和性 ― AIを活用しIaCを学び、AWSを理解する
https://qiita.com/teshima_daichi/items/c4f749aec3f49d735acd?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
【AWS】用語を整理しながら学ぶAWS CDK(TypeScriptを利用)
https://qiita.com/ymd65536/items/6e67dc8d2bf8b8dece53?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
@mistersql Horror to debug, if you are not on the Typescript version: python CDK calls TS core lib calls Cloudformation API.
The API is incomplete when you are out of the common cases, at least they were two years ago...
"Tests" are mostly comparing it against cloudformation-like syntax, so you actually have to learn that as well. Or don't test b/c they are useless. :-(
The idea (infra as real code) sounds nice, but the effect of having three layers between code and infra is horrid!
Configuring CI/CD for any project can feel like a daunting task. But thanks to CDK's simplicity and robustness, your ability to tailor your CI/CD process to your business needs only stops with your imagination (or budget, whichever comes first 😆).
Here's three of the most common ways I've found people configure their process. If you love one, hate one, or have questions. Feel free to reach out!
【AWS】AWS CLI/AWS SDK/AWS CDKが利用できるDev Containers環境を作ると便利すぎて鼻血が出る
https://qiita.com/ymd65536/items/bf6279449861f49e564b?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
Do you know that CloudFormation and AWS CDK can't write an entry of type SecureString to AWS SSM Parameter Store? I had no idea when I wanted to put a generated password to it as part of my Cfn Stack. I recently wrote a Blog [1] about it. Today I also published a Lambda function, written in Python [2]. Usable as CloudFormation custom resource. Works well for my use-case.
[1] https://dominik.wombacher.cc/posts/aws-cloudformation-and-cdk-doesnt-support-aws-ssm-parameter-store-securestring.html
[2] https://git.sr.ht/~wombelix/cfn-custom-resource-aws-ssm-securestring
#aws #awscdk #cdk #cloudformation #cfn #lambda #securestring #python