python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
running pypy3.5 with AWS Lambda custom runtime
As AWS Lambda doesn't provide run time from pypy3, I am trying to use customer runtime from below link..
https://github.com/iopipe/lambda-runtime-pypy3.5?msclkid=0cdabf06b4c611eca1f350bd8a8e522e
But I...
SSA
Votes: 0
Answers: 1
How can I share code between AWS Lambda Layers?
I understand that you can share code among AWS Lambda functions when those functions use the same layer.
However, I want to reuse code among Lambda Layers.
Can I just reference the /opt/nodejs/ folder...
alayor
Votes: 0
Answers: 0
Error while deploying a zip package on lambda with a private custom layer: Code uncompressed size is greater than max allowed size of 272629760
I am currently deploying a zipped package on AWS lambda. I am able to deploy a zip which is of size 80 MB (Uncompressed: 315 MB).
However, as soon as I attach a custom layer with compressed size of 4 ...
Harshil Thakkar
Votes: 0
Answers: 0
external libraries on lambda - is efs mount and layer working in different?
I'm currently trying to use python librosa package on AWS lambda and following this blog.
https://gianlucazuccarelli.medium.com/librosa-and-aws-lambda-20e48f23b57e
According to this blog, even after i...
alsldjfh
Votes: 0
Answers: 0