Skip to main content
eliasbrange.dev

All posts

Displaying posts 21-25 out of 25.


I'm now an AWS Community Builder

| #AWS

I'm happy to announce that I just received an invite to join the AWS Community Builder community. I'm really looking forward to meet the community and deepening (and share) my knowledge around AWS and especially the Serverless parts, which is the group I will be part of.





Auto-approve CodePipeline with Lambda

| #AWS #CI/CD

CodePipeline by AWS is a great tool for setting up Continuous Delivery (or Deployment). It can, as an example, be used to automatically deploy your CloudFormation stacks to different environments on every push to your VCS. Chaining multiple stacks in a CodePipeline stage is easy and allows you to have one central view where you can see the status of your current release as it progresses through different stages.