module aws_lambda_python_layer {
source = "github.com/michallorens/aws-lambda-pandas-layer"
python_version = "python3.8"
bucket = "your-bucket"
libraries = [
"pandas==1.0.5",
"strsim"
]
}
-
Notifications
You must be signed in to change notification settings - Fork 0
michallorens/aws-lambda-python-layer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Pandas libraries packaged into an AWS Lambda layer