Top "Aws-lambda-layers" questions

Import libraries in lambda layers

I wanted to import jsonschema library in my AWS Lambda in order to perform request validation. Instead of bundling the …

python python-3.x amazon-web-services aws-lambda aws-lambda-layers
Unable to import module 'lambda_function': No module named 'pandas'

START RequestId: 3d5691d9-ad79-4eed-a26c-5bc3f1a23a99 Version: $LATEST Unable to import module 'lambda_function': …

python-3.x amazon-s3 aws-lambda aws-lambda-layers
"Runtime.ImportModuleError" trying to access npm package in an AWS lambda function using layers

I'd like to use the npm package "request" in an AWS lambda function. I'm trying to follow the procedure outlined …

javascript node.js amazon-web-services aws-lambda aws-lambda-layers