AndyHydro / hydro-app-api

Express API to be hosted in AWS lambda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hydro-app-api

Express API to be hosted in AWS lambda.

Be sure that you have an .aws/credentials file that includes:

[default]
aws_access_key_id = <YOUR_ID_HERE>
aws_secret_access_key = <YOUR_KEY_HERE>

Running locally

First, install a global copy of aws-sam-cli, including Docker. Then, run

  • npm start

About

Express API to be hosted in AWS lambda

License:GNU General Public License v3.0


Languages

Language:TypeScript 100.0%