2 Answers
- Newest
- Most votes
- Most comments
0
See the above answer from Uri. Your zipped file and the contents should have the name of the handler. We wrote a blogpost about this, in case it helps.
answered 2 years ago
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 10 months ago
Inside of your my-lambda lambda, are you trying to import a module called my-lambda?
my-lambda is just a lambda function name. it only has below imports import json import os