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

https://github.com/iac-factory/api-gateway-service

IaC'd (Terraform) Node.js Lambda + Gateway Automation Proof-of-Concept
https://github.com/iac-factory/api-gateway-service

Last synced: 2 months ago
JSON representation

IaC'd (Terraform) Node.js Lambda + Gateway Automation Proof-of-Concept

Awesome Lists containing this project

README

        

## Usage ##

Install Dependencies

```bash
npm run install
```

**Local**

```bash
npm run start
```

- *Note* - Assumptions include a local `postgres` (`+14.x`) database is running and is configured with
username + password set to `postgres`.

### Deployment ###

```bash
npm run ci
```