Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apex/up-examples
Example apps, apis, and sites for Up.
https://github.com/apex/up-examples
aws golang java lambda nodejs python serverless up
Last synced: 2 days ago
JSON representation
Example apps, apis, and sites for Up.
- Host: GitHub
- URL: https://github.com/apex/up-examples
- Owner: apex
- Created: 2017-07-11T22:57:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T14:51:43.000Z (over 4 years ago)
- Last Synced: 2024-10-28T10:07:19.016Z (16 days ago)
- Topics: aws, golang, java, lambda, nodejs, python, serverless, up
- Language: HTML
- Size: 5.43 MB
- Stars: 389
- Watchers: 16
- Forks: 42
- Open Issues: 24
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## Up Examples
Example applications, APIs, and sites for [Up](https://github.com/apex/up), organized by plan:
- [OSS](oss) – open-source edition.
- [Pro](pro) – commercial edition.For real-world open source example applications visit the [Wiki](https://github.com/apex/up/wiki#applications).
## Notes
- Each example has a Readme.md with further details.
- Static examples with error pages, redirects, injection etc may also be applied to dynamic apps.
- For the best latency & cold start time set `.lambda.memory` in up.json to 1536
- All examples use the `.name` "app" so you don't have to provision the stack each time## Running Tests
The test suite is used for QA testing, however if you're adding an example you may add a `test.sh`
and test it directly with `go run test.go -dir oss/someexample`.