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
- Host: GitHub
- URL: https://github.com/ryands17/serverless-api
- Owner: ryands17
- Created: 2020-12-23T12:44:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-30T12:10:00.000Z (about 5 years ago)
- Last Synced: 2024-05-18T07:45:49.956Z (almost 2 years ago)
- Topics: api-gateway, lambda, serverless
- Language: JavaScript
- Homepage:
- Size: 2.72 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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