An ES6 starter application that can be used as a base for serverless projects hosted on AWS.
yarn global add serverless
yarn install
For local development you can simulate lambda and an API endpoint locally using the following command.
serverless offline start
Tests are located in the tests
folder an can be invoked by running yarn test
. These tests will invoke the defined
actions in a wrapper, where the response can then be tested.
- Babel
- Provides ES6 javascript compilation.
- ESLint
- Provides linting to ensure coding standards are adhered to.
- Facebook Flow
- Provides static type checking.
- Serverless Framework
- The framework that the project is built on.
The Serverless Starter App is open-sourced software licensed under the MIT license.