Lessons with tag: ruby

Found 10 results

Search Tips:

To OR search terms: "terraform aws"

To AND search terms: "+terraform +aws"

To filter or reject search terms: "-aws"

Rails Jobs Multiple SQS Queues and AWS Lambda with Jets

June 2, 2024
We'll show you how to create multiple SQS Queues and dedicated Lambda functions with Jets in this video. It's just one line of configuration. config/jets/deploy.rb Jets.deploy.configure do config.job.enable = true config.job.additional_queues...
7:17

Rails ActiveJob on AWS Lambda and SQS Queue with Jets

June 1, 2024
We'll demo how Jets Jobs work. They are just Rails Jobs with a jets_job queue adapter. Except, all the resources to handle processing are serverless resources: SQS Queue and Lambda Functions. This removes the need for a daemon listening process an...
8:06

CloudFront CDN for Assets

May 27, 2024
We'll show you how easy it is to deploy a CloudFront distribution for to serve your assets. It's just a few lines of configuration. config/jets/deploy.rb Jets.deploy.configure do config.assets.cloudfront.enable = true config.assets.cloudfront...
8:36

CloudFront CDN for Lambda Function URL

May 27, 2024
We'll show you how easy it is to set up a CloudFront CDN in front of the Lambda Function URL. It's just a few lines of configuration. config/jets/deploy.rb Jets.deploy.configure do config.lambda.url.cloudfront.enable = true config.lambda.url.cl...
7:24

Serverless Rails on AWS Lambda with Jets

May 26, 2024
We'll go through the Jets Learn Guide with Rails. It makes running Rails on AWS Lambda easy. https://docs.rubyonjets.com/docs/learn/rails/
22:23

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

BoltOps Tools