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
asked 9 months ago233 views
1 Answer
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
EXPERT
answered 9 months ago
profile pictureAWS
EXPERT
reviewed 9 months ago
  • 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:>

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions