fastify-typescript-serverless-template

Description

This repository is a template of fastify with typescript.

Deployment to AWS Lambda using a serverless framework.

Installation

## Install dependencies
$ npm i

## Make .env file
$ cp .env.sample .env

Running the app

$ npm run dev

Running the test

$ npm test

Deployment

Merged into master, it will be automatically deployed to AWS Lambda by GitHub actions (requires to set up GitHub secrets)