Skip to content

Simple HelloWorld app using AWS SAM + Ruby 3.2 + Docker Container

Notifications You must be signed in to change notification settings

ogom/lambda-ruby3.2-container-image

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS SAM - Lambda - Ruby 3.2 - Container Image

I have created this simple HelloWorld serverless application using Ruby 3.2.1 to demostrate the usage of Lambda with container image using a ruby version (3.2.1) that at the time I created it, Lambda did not have native support

Folder structure

  • lib: contains all the code that usually is placed into a lambda layer and shared between multiple functions
  • hello_word: folder where the lambda code is implemented

Dependencies

  • rbenv
  • aws_lambda_ric
  • httparty
  • dotenv
  • docker

Deploy

  • sam build
  • sam deploy --guided --debug

About

Simple HelloWorld app using AWS SAM + Ruby 3.2 + Docker Container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 52.2%
  • Dockerfile 47.8%