alanneves / serverless-boilerplate

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:TypeScript 76.3%Language:JavaScript 23.7%