https://github.com/jonathanporta/cuddly-waddle
GitHub suggested a much better name than `generator-test`, so, yeah, welcome to `cuddly-waddle`.
https://github.com/jonathanporta/cuddly-waddle
Last synced: 6 months ago
JSON representation
GitHub suggested a much better name than `generator-test`, so, yeah, welcome to `cuddly-waddle`.
- Host: GitHub
- URL: https://github.com/jonathanporta/cuddly-waddle
- Owner: JonathanPorta
- Created: 2021-02-07T01:40:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-07T01:41:09.000Z (over 5 years ago)
- Last Synced: 2025-03-18T15:25:29.378Z (over 1 year ago)
- Language: Shell
- Size: 27.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cuddly-waddle - _the world's leading nodejs lambda function_
Scaffolded via [cookiecutter-lambda-nodejs-template](https://github.com/JonathanPorta/cookiecutter-lambda-nodejs-template).
# Dependencies
Please ensure you have the following:
0. aws-cli installed or aws credentials set in .env
1. a recent version of nodejs
2. make
# Usage
```
source .env && make build package
```
## Testing
The mocks directory contains sample events in JSON format.
```
make test
```
## Deploy
```
source .env
```
Build and create the lambda package. Then deploy to lambda. Uses terraform behind the scenes.
```
make build package
make release
```