GitLab CI and Distributed Builds
Starting a serverless JS project with GitLab

Starting a serverless JS project with GitLab

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.

Read the original post ↗