Skip to content

xpninc/jets

This branch is 2 commits ahead of rubyonjets/jets:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

David MazvovskyDavid Mazvovsky
David Mazvovsky
and
David Mazvovsky
Jan 5, 2025
7a5a111 · Jan 5, 2025
May 27, 2024
May 20, 2024
Jan 5, 2025
May 20, 2024
Jan 5, 2025
Aug 3, 2018
Dec 4, 2024
May 16, 2019
Dec 10, 2023
May 27, 2024
Dec 4, 2023
May 20, 2024
May 27, 2024
Mar 2, 2023
May 20, 2024

Repository files navigation

Gem Version

BoltOps Badge

Please watch/star this repo to help grow and support the project.

What is Jets?

Jets is a Serverless Deployment Service. Jets deploys Serverless infrastructure resources to your AWS account, where you can control the concurrency and scale resources as much as you want.

Jets makes it easy to deploy and run your app on Serverless. It packages up your code and runs it on AWS Lambda. Jets can deploy Rails, Sinatra, and any Rack app.

Quick Start

Add to your project.

Gemfile

gem "jets-rails", ">= 1.0"
gem "jets", ">= 6.0"

And run

jets init
jets deploy

That's it.

Docs

Official Docs: docs.rubyonjets.com

Getting Started Learn Guides:

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.7%
  • HTML 0.3%