rjsamson / up

Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS.

Home Page:https://up.docs.apex.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 to Up 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.

About

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 the documentation for more instructions and links, or try one of the examples, or chat with us in Slack.

Features

Open source community edition.

Open source edition features

Pro Features

Up Pro is $20/mo USD for unlimited use within your company. While in development, you may use the up-early-adopter-325BFABFAFF7 coupon for 50% off forever. Head over to Subscribing to Up Pro to get started.

Note that the following Pro features are currently available:

  • Encrypted env variables
  • Alerting (email, sms, slack)
  • S3 upload acceleration (optional)
  • Instant rollback support
  • Active warming

Pro edition features

Quick Start

Install Up:

$ curl -sf https://up.apex.sh/install | sh

Create an app.js file:

require('http').createServer((req, res) => {
  res.end('Hello World\n')
}).listen(process.env.PORT)

Deploy the app:

$ up

Open it in the browser, or copy the url to your clipboard:

$ up url -o
$ up url -c

Donations

We also welcome financial contributions for the open-source version on Open Collective. Your contributions help keep this project alive!

Sponsors

Backers

About

Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS.

https://up.docs.apex.sh

License:Other


Languages

Language:Go 95.8%Language:JavaScript 2.1%Language:Shell 1.7%Language:Makefile 0.3%Language:HTML 0.1%Language:CSS 0.0%