Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Up | 8,728 | 68 | 16 | a month ago | 11 | March 02, 2018 | 291 | mit | Go | |
Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS. | ||||||||||
Pipedream | 7,227 | 54 | a day ago | 12 | April 19, 2023 | 1,631 | other | JavaScript | ||
Connect APIs, remarkably fast. Free for developers. | ||||||||||
Webiny Js | 6,834 | 135 | a day ago | 437 | July 25, 2023 | 286 | other | TypeScript | ||
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 Cli | 6,372 | 31 | 12 | 2 days ago | 168 | July 27, 2023 | 386 | apache-2.0 | Python | |
CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM | ||||||||||
Openwhisk | 6,164 | 2 days ago | 388 | apache-2.0 | Scala | |||||
Apache OpenWhisk is an open source serverless cloud platform | ||||||||||
Claudia | 3,709 | 193 | 32 | 2 years ago | 122 | March 17, 2022 | 14 | mit | JavaScript | |
Deploy Node.js projects to AWS Lambda and API Gateway easily | ||||||||||
Onemanager Php | 3,571 | 25 days ago | 84 | PHP | ||||||
An index & manager of Onedrive based on serverless. Can be deployed to Heroku/Glitch/Vercel/Replit/SCF/FG/FC/CFC/PHP web hosting/VPS. | ||||||||||
Squeezer | 3,202 | 1 | 4 years ago | 49 | April 18, 2019 | 15 | mit | JavaScript | ||
Squeezer Framework - Build serverless dApps | ||||||||||
Opyrator | 2,864 | 2 months ago | 11 | May 04, 2021 | 5 | mit | Python | |||
🪄 Turns your machine learning code into microservices with web API, interactive GUI, and more. | ||||||||||
Faasd | 2,677 | 4 days ago | 21 | April 12, 2021 | 31 | mit | Go | |||
A lightweight & portable faas engine |
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.
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 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, priority email support, and global deployments for $19.99/mo USD. Visit Subscribing to Up Pro to get started.
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