Lambda (NET6) Uploading zip timeout

0

I am developing Lambda (NET6). When upload a zip I receive an error

Timeout

pm2aws.zip 34.84 MB

I tried to upload later but again the same error. P.S. I have tried to upload the zip using Brave, Vivaldi browsers. The same timeout error.

What can be the reason? How to upload it?

Oleg
已提问 10 个月前243 查看次数
1 回答
0

Does uploading code with the following AWS CLI command result in a timeout?

aws lambda update-function-code --function-name Hogehoge --zip-file fileb://pm2aws.zip
profile picture
专家
已回答 10 个月前
profile pictureAWS
专家
已审核 9 个月前
  • After a few minutes uploading: D:>aws lambda update-function-code --function-name pm2suppliers --cli-connect-timeout 6000 --zip-file fileb://D:/MyAWS/pm2aws.zip An error occurred (UnrecognizedClientException) when calling the UpdateFunctionCode operation: The security token included in the request is invalid. D:>

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则