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

routing - AngularJS State management ->load multiple states in one page -

python - GRASS parser() error -

post - imageshack API cURL -