1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
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
Contenus pertinents
demandé il y a un an
demandé il y a un an

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