A sample repository to demonstrate Lambda with the Serverless framework GitLab CI configuration for testing and deployment.
Install npm dependancies:
make install
Test locally:
make test
Add AWS_ACCESS_KEY_ID
and AWS_SECRET_ACCESS_KEY
as secret variables on GitLab
To Deploy to staging simply push master to GitLab to trigger the CI pipeline.
Public domain – do whatever you feel like with it!