serverless-rack
serverless-rack copied to clipboard
Serverless plugin to deploy Ruby Rack applications (Sinatra/Rails/Padrino/Cuba etc.) and bundle gems
Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.3.1. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...
Hi logandk, I need to use a different container other than the default or `lambci/lambda:build-ruby2.7` to target the aarch64-Linux architecture. So I'm using `public.ecr.aws/sam/build-ruby2.7:latest-arm64`. I also have private gems I...
I noticed that whenever I run `sls invoke` or `sls offline`, the `serverless_rack` and `rack_adapter` files are deleted. This is extremely frustrating, as it means I have to run `rack...
I'm using this as a gem for a Sinatra app running in an AWS lambda. I'm having issues making a request with a query parameter containing a string (e.g. `GET...
Requests aren't passing via serverless-offline due to: ```ruby $app ||= Rack::Builder.parse_file($config['config_path'] || 'config.ru').first # undefined method `first' for #
Trying to set up a project with serverless-rack and serverless-offline. I've started only with serverless-rack, however I have authorizer functions defined for the http config, which don't get called when...
Updates the requirements on [rack](https://github.com/rack/rack) to permit the latest version. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info...