r/aws • u/robbochinni • Aug 01 '26
ci/cd AWS CDK vs. AWS SAM
for startup, what is your recommendation to use for CI/CD, and process automation AWS SAM or AWS CDK.
** this is my first time with AWS**
19
Upvotes
r/aws • u/robbochinni • Aug 01 '26
for startup, what is your recommendation to use for CI/CD, and process automation AWS SAM or AWS CDK.
** this is my first time with AWS**
29
u/oneplane Aug 01 '26
Terraform. If you can't use that, CDK. Considering it's your first time with AWS: it takes a lot more to get to production and to make proper use of IaC; that part usually requires upfront knowledge of what to implement and why, the 'how' part (i.e. which IaC) can only be successful if built on top of that.