serverless-sinatra-sample icon indicating copy to clipboard operation
serverless-sinatra-sample copied to clipboard

Demo code for running Ruby Sinatra on AWS Lambda

Results 2 serverless-sinatra-sample issues
Sort by recently updated
recently updated
newest added

Issue #29 *Description of changes:* Upgrade the Ruby version from 2.5 to 3.2.0(Since the AWS Lambda is supporting only Ruby 3.2 and Ruby 3.3) By submitting this pull request, I...

I'm working on pull https://github.com/aws-samples/serverless-sinatra-sample/pull/28 since AWS Lambda now only support Ruby 3.2 and Ruby 3.3, and encounter the error: The code worked fine on local and passed the tests(as...