Skip to content

Commit d347393

Browse files
committed
2 parents 2a22c79 + 19bcd5e commit d347393

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
module aws_lambda_python_layer {
44
source = "github.com/michallorens/aws-lambda-pandas-layer"
55
6+
python_version = "python3.8"
67
bucket = "your-bucket"
78
libraries = [
89
"pandas==1.0.5",
910
"strsim"
1011
]
1112
}
12-
```
13+
```

0 commit comments

Comments
 (0)