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: about 1 month 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T14:51:43.000Z (about 5 years ago)
- Last Synced: 2025-03-30T02:08:51.349Z (about 2 months ago)
- Topics: aws, golang, java, lambda, nodejs, python, serverless, up
- Language: HTML
- Size: 5.43 MB
- Stars: 390
- Watchers: 15
- Forks: 43
- 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`.