aws-solutions / data-transfer-hub

Seamless User Interface for replicating data into AWS.
https://aws-solutions.github.io/data-transfer-hub/en/
Apache License 2.0
136 stars 22 forks source link

The APICfnWorkflowCreateTaskCf lambda function timeout in some regions #3

Closed JoeShi closed 4 years ago

JoeShi commented 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.
JoeShi commented 4 years ago

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.