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
posta 10 mesi fa243 visualizzazioni
1 Risposta
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
ESPERTO
con risposta 10 mesi fa
profile pictureAWS
ESPERTO
verificato 9 mesi fa
  • 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:>

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande