amazon web services - How to upload lambda function via zip file? -


i'm getting error when attempt upload .zip file contains lambda function: "request-uri long; requested url's length exceeds capacity limit server."

what error mean? can't find on it.

screenshot of error message

try uploading command line

aws lambda update-function-code --function-name "myfunction" --zip-file "fileb://users//projects/lambda/myfunction.zip" 

Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

dataset - MPAndroidchart returning no chart Data available -

post - imageshack API cURL -