Recently I've been experimenting with #AWS #CodePipeline. I used to dislike it, but I've come to understand it better. I still don't think it's the right choice for many enterprises, but if you're ready to have a real #ContinuousIntegration pipeline then it's a great option to consider.
#aws #codepipeline #continuousintegration
Deploy stacks with CDK pipeline to regions where pipeline CloudFormation action is not supported:
https://www.npmjs.com/package/custom-stack-deployment
Source
https://github.com/ygalanter/custom-stack-deployment
cc @vincent (this is the part I was talking about: https://github.com/ygalanter/custom-stack-deployment/blob/main/src/index.ts#L64-L69)
Working on a custom stage for CDK pipelines, and made a CodeBuildStep behave like a Construct. Hacking is fun π
After 8 or 9 hours of #Kubernetes / #EKS / #CloudFormation / #CodePipeline work, I like to relax with several more hours of teach-yourself #Rust programming, you know, for fun.
#kubernetes #eks #cloudformation #codepipeline #rust
Took me a bit to figure this one out.
https://codecorner.galanter.net/2023/03/11/cdk-pipeline-wont-restart-after-mutation
Was racking my brain, why, in CDK Pipeline, if I do "npm ci" in one build step, pass output to another - none of npm commands would work in the second buildstep despite everything, including "node_modules" being present.
Turned out when artefacts are copied over .bin symlinks were lost. Running "npm rebuild" rebuilds them.
I spent my weekend with #argocd, #eks, #codepipeline, #kustomize and all things #gitops to prepare a demo for a client. I feel worn out... But happy! Automation will always be my true passion π #devops #aws :aws_logo:
#argocd #eks #codepipeline #Kustomize #gitops #devops #aws