George Yoshida
George Yoshida
If we choose the option 1, we have to copy-and-paste common resources everywhere, and I don't think we can maintain them in the long run. In that sense, I'd go...
One caveat is that v2 does not support the access key format. If you enable access keys later or rotate keys, you need to configure them manually.
I encountered the same error on Amazon Linux 2023. `$ sudo dnf install libxcrypt-compat` worked for me.
@mitsuhiko > I presume this happens from the underlying Python for you? No, this error happens on `rye` installation process, i.e., `$ curl -sSf https://rye-up.com/get | bash`. So I believe...
@mitsuhiko > can you paste the full output please? Looking at the logs, it's caused by Python installations. ## full output ``` sh-5.2$ sudo su - ec2-user [ec2-user@ip-172-31-35-58 ~]$ uname...
> Sure, what region do you need it in? eu-central-1
I think supporting all regions as 3.8 from the start will decrease your workload.
There exists an issue for lambci/lambda:build-python3.9 support. lambci/docker-lambda#348
Same here on 22.04. The solution by @yangyu66 fixed the problem.