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
- Host: GitHub
- URL: https://github.com/iac-factory/terraform-aws-lambda-function
- Owner: iac-factory
- License: bsd-3-clause
- Created: 2022-08-24T01:38:07.000Z (over 3 years ago)
- Default Branch: Development
- Last Pushed: 2022-08-24T01:40:09.000Z (over 3 years ago)
- Last Synced: 2025-02-08T17:44:56.230Z (11 months ago)
- Language: HCL
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```