Deploy a Basic Ruby App to AWS Lambda
In this lab, you’ll practice writing and deploying a basic Ruby application to AWS Lambda. When you’re finished with this lab, you’ll have deployed a serverless Rack-compliant Ruby application running on AWS Lambda and exposed via API Gateway.
Terms and conditions apply.
Lab info
Lab author
Challenge
Write Your First Ruby/Rack Lambda Function
Write a Lambda function using Ruby, and configure a Test Event.
Challenge
Create and Deploy an API Gateway Proxy
Expose your Lambda function via API Gateway Proxy integration.
Challenge
Refactor to Use a Ruby Class
Refactor your Rack application to use a Ruby class.
Challenge
Add Support for URL Paths
Add support for different URL paths.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.
Recommended prerequisites
- AWS Lambda
- AWS API Gateway
- Ruby