• Stars
    star
    8,780
  • Rank 4,148 (Top 0.09 %)
  • Language
    Go
  • License
    MIT License
  • Created over 7 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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

More Repositories

1

gh-polls

Polls for user feedback in GitHub issues
Go
1,762
star
2

log

Structured logging package for Go.
Go
1,362
star
3

gateway

Drop-in replacement for Go net/http when running in AWS Lambda & API Gateway
Go
652
star
4

apex-ui

Apex monochrome Atom theme UI.
CSS
412
star
5

up-examples

Example apps, apis, and sites for Up.
HTML
389
star
6

static

The static site anti-framework โ€“ย general-purpose library, purpose-built commands for various domains
Go
293
star
7

apex-go

Golang runtime for Apex/Lambda.
Go
293
star
8

node-apex

Node.js module that makes AWS Lambda's user experience a little nicer using promises.
JavaScript
279
star
9

rpc

Simple RPC style APIs with generated clients & servers.
Go
215
star
10

actions

GitHub Actions
Go
176
star
11

gui

GitHub readme UI components
CSS
132
star
12

apex-syntax

Apex monochrome Atom theme syntax.
CSS
128
star
13

apex-shell

Interactive shell for executing commands in AWS Lambda containers.
Go
121
star
14

capture

Lambda function to capture a URL as PNG, JPG, or GIF using PhantomJS
JavaScript
108
star
15

httpstat

Higher level HTTP tracing for Go
Go
96
star
16

js

Go packages for JavaScript WASM interoperability in the browser
Go
90
star
17

apex-ui-slim

Apex monochrome Atom theme UI (slim variant)
CSS
74
star
18

svg_to_png

Lambda function to convert SVG to PNG using PhantomJS
JavaScript
71
star
19

logs

Apex Logs client for Go.
Go
61
star
20

apex.run

Apex website
HTML
58
star
21

up.js

Up application companion library for Node and the browser
JavaScript
58
star
22

logs-js

Apex Logs client for Node, Deno, and the browser
TypeScript
38
star
23

logs-cloudwatch

Send your AWS CloudWatch Logs to Apex Logs.
Go
38
star
24

httplog

Go http logger for apex/log.
Go
35
star
25

parsers

Performant Go log format parsers.
Go
31
star
26

apex

Old apex/apex
Go
31
star
27

roadmap

Roadmap for Apex Software products
30
star
28

invoke

Lambda invocation helper functions for Go.
Go
27
star
29

logs-winston

Apex Logs integration for the Node.js Winston logging framework
JavaScript
23
star