mysql2-lambda
mysql2-lambda copied to clipboard
Precompiled Mysql2 Gem for AWS Lambda
I am trying to use a PlanetScale database with my Ruby Lambda, and while I can run it locally and in docker, I get "SSL connection error: unknown error number"...
Receiving the following error in my files when executing or running tests: `cannot load such file -- mysql2/mysql2`.
I am trying to use it with serverless-ruby-layer, ruby 7.2 getting following error ``` Error loading the 'mysql2' Active Record adapter. Missing a gem it depends on? Could not find...
The gem doesn't seem to work on ruby 2.7.5 Bundle installs all the gems, but when I try to require the gem, I get this error: ``` irb(main):002:0> require 'mysql2'...
If `https://downloads.mysql.com/archives/` goes away, the `curl` in the `Dockerfile` will fail, presenting a rather critical external dependency. Is this at all a concern?