Skip to content

A one template of web api node.js serverless with typescript, tests, continuous integration and delivery on GitHub Actions.

Notifications You must be signed in to change notification settings

odanieldcs/serverless-boilerplate

Repository files navigation

Serverless Boilerplate to API Node.js

Coverage Status MIT Licensed

This project has been created using the typescript, webpack, serverless-offline and more to make a great boilerplate from serverless apps Node.js.

Requirements: NodeJS lts/fermium (v.14.x). If you're using nvm, run nvm use to ensure you're using the same Node version in local and in your lambda's runtime.

Features

  • ESLint and Prettier to check and maintain code quality
  • Integration tests with Jest.
  • GitHub Actions for run tests and collect coverage.
  • GitHub Actions for deploy to AWS.

Using NPM

  • Run npm i to install the project dependencies
  • Run npx sls deploy to deploy this stack to AWS

Development enviroment

3rd party libraries

About

A one template of web api node.js serverless with typescript, tests, continuous integration and delivery on GitHub Actions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published