Up

Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS.
Alternatives To Up
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Up8,7286816a month ago11March 02, 2018291mitGo
Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS.
Pipedream7,22754a day ago12April 19, 20231,631otherJavaScript
Connect APIs, remarkably fast. Free for developers.
Webiny Js6,834135a day ago437July 25, 2023286otherTypeScript
Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS.
Aws Sam Cli6,37231122 days ago168July 27, 2023386apache-2.0Python
CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM
Openwhisk6,164
2 days ago388apache-2.0Scala
Apache OpenWhisk is an open source serverless cloud platform
Claudia3,709193322 years ago122March 17, 202214mitJavaScript
Deploy Node.js projects to AWS Lambda and API Gateway easily
Onemanager Php3,571
25 days ago84PHP
An index & manager of Onedrive based on serverless. Can be deployed to Heroku/Glitch/Vercel/Replit/SCF/FG/FC/CFC/PHP web hosting/VPS.
Squeezer3,20214 years ago49April 18, 201915mitJavaScript
Squeezer Framework - Build serverless dApps
Opyrator2,864
2 months ago11May 04, 20215mitPython
🪄 Turns your machine learning code into microservices with web API, interactive GUI, and more.
Faasd2,677
4 days ago21April 12, 202131mitGo
A lightweight & portable faas engine
Alternatives To Up
Select To Compare


Alternative Project Comparisons
Readme

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.

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, priority email support, and global deployments for $19.99/mo USD. Visit Subscribing to Up Pro to get started.

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

Popular Serverless Projects
Popular Deployment Projects
Popular Cloud Computing Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Golang
Deployment
Amazon Web Services
Http
Heroku
Graphql
Lambda Functions
Microservices
Serverless
Aws Lambda
Api Gateway
Alerting
Deploy Tool