Reputation: 467
I have a zip file containing my lambda handler, but I don't know how to specify it as part of the Code parameter. The documentation says to use a ZipFile entry in the Code dictionary parameter, but how am I supposed to convert the zip file I have into "the base64 encoded contents"?
Here is the link to the doc
Thanks for any help!
Upvotes: 0
Views: 1036