Some examples for AWS lambda workshops
In order to use the examples in this repository you will need to have:
- An AWS account
- the AWS CLI tool installed and configured to use your AWS account
- Node.js (version >= 6.10) and NPM installed in your machine
- Docker, SAM Local will use the DOCKER_HOST environment variable to contact the docker daemon.
- aws-sam-local installed globally in your machine
Check the lessons
folder to access the examples.
Every example comes with its own documentation about how to run and deploy the code.
To run the tests just run from the main directory (be sure you have all the dependency installed first with npm install
):
npm test
Licensed under MIT License. © Luciano Mammino.
Everyone is very welcome to contribute to this repository. Feel free to raise issues or to submit Pull Requests.
Just remember that every PR should have proper testing and respect the coding standard observed here (through ESLint).