customink / mysql2-lambda

Precompiled Mysql2 Gem for AWS Lambda

Home Page:https://lamby.custominktech.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

external dependency on downloads.mysql.com

brcarp opened this issue · comments

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?

I'd imagine the fix would be to use another download location. Do you think there is a more stable choice to warrant changing?

Closing this out. I would like to consider this project deprecated when using Lambda Containers. I recently did an example on how to split dev/build dependences and runtime dependencies (sorta, they are already included in official Ruby base images with Debian) and would rather see folks move off Amazon Linux 2 Lambda containers which maxes out to Ruby 2.7. Details here.

rails-lambda/lamby-cookiecutter#21