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 -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -