1 Answer
- Newest
- Most votes
- Most comments
0
Hi Madan,
You can look at the doc[1] to learn about the Layer paths for each Lambda runtime, for example Python is below: pillow.zip │ python/PIL └ python/Pillow-5.3.0.dist-info
So your zip structure should be : panda_ta.zip │ python/panda_ta
[1]https://docs.aws.amazon.com/lambda/latest/dg/packaging-layers.html#packaging-layers-paths
answered 2 years ago
Relevant content
- asked 2 years ago
- asked 2 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 3 years ago

Thank you very much Charles. I was following the same method you mentioned, however, there was panda_ta distro folder and i did not include in the zip file. Tried now including pandas_ta distro file and created zip file. now it is working find. Thanks once again charles