Skip to content

Mirror of comicrelief/serverless-starter-app for me to play with

Notifications You must be signed in to change notification settings

corinja/serverless-starter-mirror

Repository files navigation

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.

About

Mirror of comicrelief/serverless-starter-app for me to play with

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published