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

https://github.com/iac-factory/terraform-aws-lambda-function


https://github.com/iac-factory/terraform-aws-lambda-function

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# terraform-aws-lambda-function

## Deployment ##

```bash
npm install .

npm run build
npm run package
npm run deploy
```

## Local Development ##

```bash
npm run start
```