https://github.com/nsaunders/trout-lambda-demo
A Trout-based API on AWS Lambda
https://github.com/nsaunders/trout-lambda-demo
Last synced: 4 months ago
JSON representation
A Trout-based API on AWS Lambda
- Host: GitHub
- URL: https://github.com/nsaunders/trout-lambda-demo
- Owner: nsaunders
- License: mit
- Created: 2019-12-20T19:13:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-20T19:22:54.000Z (over 6 years ago)
- Last Synced: 2025-07-04T00:39:51.200Z (12 months ago)
- Language: Dhall
- Size: 37.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# trout-lambda-demo
A Trout-based API on AWS Lambda
This project tests the concept of deploying a [Nodetrout](https://github.com/nsaunders/purescript-nodetrout)-powered API on AWS Lambda.
To do this, you'll need [Up](http://up.docs.apex.sh). The [`up.json` config](up.json) assumes you have a profile named _trout-lambda-demo_ in your `~/.aws/credentials` file.
Build: `spago bundle-app --to app.js`
Commit `app.js` after building.
Deploy: `up`