Hacker News new | ask | show | jobs
by chuckadams 792 days ago
Pretty much the entire AWS Code* stack: CodeCommit, CodeBuild, CodeDeploy ... Does any developer use those willingly?

Also SAM. I run into a new bug or limitation in SAM every other time I touch it. Really need to ditch it for CDK.

2 comments

Those three are fairly independent, self-contained, and reasonably useful. Unlike Amplify that creates a bunch of stuff in your account that you don’t really control, or Elastic Beanstalk that creates a bunch of stuff in an account that isn’t even yours! Then there was CodeStar…
I use CodeBuild and CodePipeline. I love these products. I use them via CDK so maybe it’s better DX that way.