-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cookiecutter setup script fails with command not available error message #19
Comments
Oh, maybe it's the Ruby version. I see that Lamby only supports 2.7 at the latest. 😄 |
I'm re-opening this because the same error persists when using Ruby v2.7.x (in this case, 2.7.6) but the alternative setup using the |
So Lamby is a rack adapter and supports any Ruby version on any container for Rails that supports Rack v2 or higher. That is typically Rails 5.0 and higher. I think what you meant to say is that the AWS Lambda Containers provided only go as high as Ruby 2.7 (sadly). I've been meaning to find some time build a guide on how folks can bring their own containers and push past that Ruby limitation. But Lamby should be fine either way.
I'll take a look. |
FWIW, I tested and it worked. Here is my local info. I think the SAM binary encapsulates Python.
|
New cookiecutter and docker usage method landed with new guides. Solves this issue too. https://lamby.custominktech.com/ |
Attempting to run
sam init --location "gh:customink/lamby-cookiecutter"
and after entering the project name returns the following errorI am running SAM v1.53.0 and Docker v20.10.17, build 100c701. My Python version is 3.8.10 and my Ruby version is 3.1.1p18 (2022-02-18 revision 53f5fc4236) [x86_64-linux].
The text was updated successfully, but these errors were encountered: