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
gefragt vor 10 Monaten243 Aufrufe
1 Antwort
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
EXPERTE
beantwortet vor 10 Monaten
profile pictureAWS
EXPERTE
überprüft vor 9 Monaten
  • 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:>

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen