
1/14/2020 · Mike Greiling
What this post added
This post introduces a new project template for serverless JavaScript projects within GitLab. It details the steps to create a project using this template, configure AWS credentials (access key ID and secret access key) in GitLab CI/CD variables, and deploy an AWS Lambda function. The deployment process leverages GitLab CI/CD to run tests and then deploy to AWS Lambda, with the resulting application accessible via GitLab Pages. It also provides an example of modifying the function to create a simple calculator.