close
The Wayback Machine - https://web.archive.org/web/20190322170315/https://github.com/apex/up
Skip to content
Image
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS.
Branch: master
Clone or download
Latest commit ddb77ae Mar 5, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Image .github
Image assets docs: tweak pro grid again Apr 13, 2018
Image cmd add hidden disable stats command (#659) May 14, 2018
Image config
Image docs Update references to Staging in docs (#745) Jan 1, 2019
Image handler fix CORS header fields from being clobbered by error pages. Closes #661 May 16, 2018
Image http add request id to proxy errors Sep 9, 2018
Image internal add deploy --no-build flag for skipping build hooks. Closes #730 Dec 6, 2018
Image platform add s3 server-side-encryption for zip uploads Mar 4, 2019
Image reporter add endpoint to the deployment output Dec 4, 2018
Image .gitattributes
Image .gitignore Initial commit Mar 15, 2018
Image .goreleaser.yml Initial commit Mar 15, 2018
Image CODE_OF_CONDUCT.md
Image CONTRIBUTING.md Move to go modules. (#704) Aug 30, 2018
Image History.md
Image LICENSE
Image Makefile fix release make target Dec 4, 2018
Image Readme.md docs Feb 4, 2019
Image go.mod
Image go.sum
Image install.sh
Image platform.go add deploy --no-build flag for skipping build hooks. Closes #730 Dec 6, 2018
Image up.go add deploy --no-build flag for skipping build hooks. Closes #730 Dec 6, 2018

Readme.md

Image

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.

Image

OSS Features

Features of the free open-source edition.

Open source edition features

Pro Features

Up Pro provides additional features for production-ready applications such as encrypted environment variables, error alerting, unlimited team members, unlimited applications and priority email support for $10/mo USD (using the coupon "up-early-adopter-177A849FAB7B"). Visit Subscribing to Up Pro to get started.

Pro edition features

Image

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

Image

Backers

Image

Image

You can’t perform that action at this time.