https://github.com/jonathanporta/cuddly-waddle-ts
https://github.com/jonathanporta/cuddly-waddle-ts
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonathanporta/cuddly-waddle-ts
- Owner: JonathanPorta
- Created: 2022-10-26T10:02:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-26T10:02:42.000Z (over 3 years ago)
- Last Synced: 2025-01-24T19:37:07.551Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cuddly-waddle-ts - _the world's leading nodets lambda function_
Scaffolded via [cookiecutter-lambda-nodets-template](https://github.com/JonathanPorta/cookiecutter-lambda-nodets-template).
# Dependencies
Please ensure you have the following:
0. aws-cli installed or aws credentials set in .env
1. a recent version of nodets
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
```