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
- Host: GitHub
- URL: https://github.com/iac-factory/api-gateway-service
- Owner: iac-factory
- License: bsd-3-clause
- Created: 2022-06-12T10:43:40.000Z (almost 3 years ago)
- Default Branch: Development
- Last Pushed: 2022-06-12T10:58:57.000Z (almost 3 years ago)
- Last Synced: 2025-02-08T17:44:56.505Z (4 months ago)
- Language: TypeScript
- Size: 45.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```