An open API service indexing awesome lists of open source software.

https://github.com/ryands17/serverless-api

A basic API using Fastify built with the Serverless framework
https://github.com/ryands17/serverless-api

api-gateway lambda serverless

Last synced: 12 months ago
JSON representation

A basic API using Fastify built with the Serverless framework

Awesome Lists containing this project

README

          

# Serverless API with AWS Lambda

## Prerequisites

- Node.js >= 12
- `yarn` (recommended) or `npm`

## Setup

- Clone the repo
- Run `yarn` or `npm install`

## Commands

- Run `yarn dev` or `npm run dev` to start server locally
- Run `yarn slides` or `npm run slides` to view the slides locally
- Run `yarn deploy` or `npm run deploy` to deploy to AWS Lambda
- Run `yarn sls remove` to delete the project from AWS