Closed JoeShi closed 4 years ago
The lambda to create task CloudFormation sometimes get timeout error in some regions.
Error Lambda.Unknown Cause The cause could not be determined because Lambda did not return an error type.
the root cause is S3 Plugin template is in us-east-1, so calling the CloudFormation in Lambda in Tokyo region will take more time, and result in timeout.
The lambda to create task CloudFormation sometimes get timeout error in some regions.