Over the last few weeks we’ve been writing about various topics around building CI/CD pipelines for Serverless Framework applications on AWS. We’ve compiled them all into one post.
Hopefully, it’s a useful resource for people that are looking to build their own production-ready pipeline.
Thanks! Lots of good examples there. I could not find an example for GitLab but I have previously open sourced an example with a CI/CD pipeline for an AWS Lambda which can be deployed from GitLab CI/CD https://gitlab.com/montao/aws-lambda-go-gitlab-sls This example does not actually deploy because I don’t have a private account but it will work if you clone it and put in the account credentials (deploy role and deploy token) as CI/CD variables in GitLab.