Skip to content

apex/up-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Up Examples

Example applications, APIs, and sites for Up, organized by plan:

  • OSS – open-source edition.
  • Pro – commercial edition.

For real-world open source example applications visit the Wiki.

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.