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:>

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ