Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork386
Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS.
License
apex/up
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Up deploys infinitely scalable serverless apps, APIs, and static websites in seconds, so you can get back to working on what makes your product unique.
With Up there's no need to worry about managing or scaling machines, paying for idle servers, worrying about logging infrastructure or alerting. Just deploy your app with$ up and you're done!
Use the free OSS version, or subscribe toUp Pro for a small monthly fee for unlimited use within your company, there is no additional cost per team-member or application. Deploy dozens or even hundreds of applications for pennies thanks to AWS Lambda's cost effective nature.
Up focuses on deploying "vanilla" HTTP servers so there's nothing new to learn, just develop with your favorite existing frameworks such as Express, Koa, Django, Golang net/http or others.
Up currently supports Node.js, Golang, Python, Java, Crystal, Clojure and static sites out of the box. Up is platform-agnostic, supporting AWS Lambda and API Gateway as the first targets. You can think of Up as self-hosted Heroku style user experience for a fraction of the price, with the security, isolation, flexibility, and scalability of AWS.
Check out thedocumentation for more instructions and links, or try one of theexamples, or chat with us inSlack.
Features of the free open-source edition.
Up Pro provides additional features for production-ready applications such as encrypted environment variables, error alerting, unlimited team members, unlimited applications, priorityemail support, and global deployments for$19.99/mo USD. VisitSubscribing to Up Pro to get started.
Install Up:
$ curl -sf https://up.apex.sh/install | shCreate anapp.js file:
require('http').createServer((req,res)=>{res.end('Hello World\n')}).listen(process.env.PORT)
Deploy the app:
$ upOpen it in the browser, or copy the url to your clipboard:
$ up url -o$ up url -cAbout
Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS.
Topics
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.



