Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 1.48 KB

README.md

File metadata and controls

47 lines (25 loc) · 1.48 KB

aws-lambda-workshop

Some examples for AWS lambda workshops

js-standard-style CircleCI

Requirements

In order to use the examples in this repository you will need to have:

  1. An AWS account
  2. the AWS CLI tool installed and configured to use your AWS account
  3. Node.js (version >= 6.10) and NPM installed in your machine
  4. Docker, SAM Local will use the DOCKER_HOST environment variable to contact the docker daemon.
  5. aws-sam-local installed globally in your machine

Usage

Check the lessons folder to access the examples.

Every example comes with its own documentation about how to run and deploy the code.

➡️ Start with LESSON 01

Running tests

To run the tests just run from the main directory (be sure you have all the dependency installed first with npm install):

npm test

License

Licensed under MIT License. © Luciano Mammino.

Contributing

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).