Lessons with tag: jets

Found 10 results

Search Tips:

To OR search terms: "terraform aws"

To AND search terms: "+terraform +aws"

To filter or reject search terms: "-aws"

Custom Domains API Gateway with Ruby on Jets

January 3, 2024
We'll show how to set up a API Gateway Custom Domain with Jets. This gives us a friendlier endpoint to work with. GitHub: https://github.com/boltops-learn/demo-apigw-custom-domain
7:03

Releases and Rollback with Ruby on Jets

January 3, 2024
A demo of the jets releases and jets rollback command. This command is available with Jets Pro. https://www.rubyonjets.com
2:33

Upgrade Tool for Ruby on Jets

January 3, 2024
A demo of the jets-upgrade tool. We'll take jets 4 project and run the jets-upgrade go command on it. It'll help you understand what will happen when you run the tool. It's unfeasible to account for all cases and Jets apps. This script cannot ...
4:07

Getting Started HTML Project with Ruby on Jets

January 3, 2024
We'll go through the Jets Getting Started Learn Guide with a HTML Jets Project. We'll build a Jets project. Test it locally Deploy it to AWS Lambda Test it on AWS Lambda Clean up and delete it all, back to a clean slate.
16:42

Getting Started Job Project with Ruby on Jets

January 2, 2024
We'll go through the Jets Getting Started Learn Guide with a Job Jets Project. We'll build a Jets project. Test it locally Deploy it to AWS Lambda Test it on AWS Lambda Clean up and delete it all, back to a clean slate. Jets can be used to run...
16:13

Getting Started API Project with Ruby on Jets

January 2, 2024
We'll go through the Jets Getting Started Learn Guide with a API Jets Project. We'll build a Jets project. Test it locally Deploy it to AWS Lambda Test it on AWS Lambda Clean up and delete it all, back to a clean slate. Jets can be use to buil...
20:11

CloudFront with Ruby on Jets

December 17, 2023
We'll show how to do a blue-green deployment by switching the CloudFront origin. You'll see that CloudFront deploys faster than what is shown in the console. GitHub: https://github.com/boltops-learn/demo-apigw-custom-domain
8:13

Kingsman Authentication with Ruby on Jets

December 12, 2023
We''ll show you how to set up Kingsman Authentication. We'll install the gem Explain what it's doing Get signup, login, and logout working Resources Docs: https://docs.rubyonjets.com/docs/auth/kingsman/ GitHub: https://github.com/boltops-l...
9:12

Kingsman OmniAuth GitHub with Ruby on Jets

December 8, 2023
We'll show you how to setup Authentication OmniAuth Github with Kingsman. We'll create a test GitHub oauth app Grab the client id and client secret Configure Kingsman Should you how login and logout works with Github You'll be able to have an a...
11:14

Blue Green Deployments CloudFront and Ruby on Jets

December 8, 2023
We'll show one way to do a blue-green deployment with Ruby on Jets. We'll use CloudFront to control the switch over. CloudFront deploys faster nowadays than most people realize. Here's the bash loop I ran to see how long the switchover took. whil...
5:21

BoltOps Tools