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.
try uploading command line
aws lambda update-function-code --function-name "myfunction" --zip-file "fileb://users//projects/lambda/myfunction.zip"
Comments
Post a Comment