lamby
lamby copied to clipboard
🐑🛤 Simple Rails & AWS Lambda Integration
So @vlaaaaaaad made this tweet how GitHub Actions now has great support for caching (https://twitter.com/iamvlaaaaaaad/status/1421529670353408001) For us this is not likely a two line change since we use Docker in...
Running `./bin/bootstrap` results into ``` aws: error while loading shared libraries: /usr/local/aws-cli/v2/2.4.20/dist/libz.so.1: invalid ELF header ``` full log: ``` ./bin/bootstrap SIG(124) ↵ 10007 H:M:S == Building containers...
Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.4.2 to 1.4.3. Release notes Sourced from rails-html-sanitizer's releases. 1.4.3 / 2022-06-09 Address a possible XSS vulnerability with certain configurations of Rails::Html::Sanitizer. Prevent the combination of select...
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...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.3 to 1.13.6. Release notes Sourced from nokogiri's releases. 1.13.6 / 2022-05-08 Security [CRuby] Address CVE-2022-29181, improper handling of unexpected data types, related to untrusted inputs to...
Some ideas here https://twitter.com/nateberkopec/status/1483594221940449282 around possibly using a rack after reply vs Lambdakiq (https://github.com/customink/lambdakiq)
https://github.com/bullet-train-co/bullet_train
How would I go by using/implementing websocket with this? Would action cable work or should a different approach be used? WIP Application: https://github.com/customink/lamby-ws - [x] Do custom domain names work...
Hello I have created a new rails app, and added the lamby gem, however, running `./bin/rake -r lamby lamby:install` results into: ``` rake aborted! Don't know how to build task...
Rails 7
https://rubyonrails.org/2021/12/15/Rails-7-fulfilling-a-vision Re-consider all the things.