/serverless-starter-app

A serverless application to be used as a bootstrap for projects

Primary LanguageJavaScript

Serverless Starter App Build Status

An ES6 starter application that can be used as a base for serverless projects hosted on AWS.

Installation

yarn global add serverless
yarn install

Local Development

For local development you can simulate lambda and an API endpoint locally using the following command.

serverless offline start

Testing

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.

Further Reading

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

License

The Serverless Starter App is open-sourced software licensed under the MIT license.