Open pbpoon opened 3 years ago
Please use GitHub issues only to report bugs. To ask a general question or request assistance/support, please use the Claudia.js Gitter Chat instead.
To report a bug or a problem, please fill in the sections below. The more you provide, the better we'll be able to help.
Expected behaviour:
What actually happens:
Link to a minimal, executable project that demonstrates the problem:
Steps to install the project:
Steps to reproduce the problem:
$ claudia create --profile default --region cn-northwest-1 --handler lambda.handler packaging files npm install -q --no-audit --production npm WARN claudia-test@1.0.0 No description npm WARN claudia-test@1.0.0 No repository field.
initialising IAM role iam.createRole RoleName=claudia-test-executor Error: getaddrinfo ENOTFOUND iam.cn-northwest-1.amazonaws.com.cn at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:67:26) { errno: -3008, code: 'NetworkingError', syscall: 'getaddrinfo', hostname: 'iam.cn-northwest-1.amazonaws.com.cn', region: 'cn-northwest-1', retryable: true, time: 2020-12-29T03:10:28.971Z }
when I change the region to cn-north-1 is ok, but cn-north-1 is Beijing
Please use GitHub issues only to report bugs. To ask a general question or request assistance/support, please use the Claudia.js Gitter Chat instead.
To report a bug or a problem, please fill in the sections below. The more you provide, the better we'll be able to help.
Expected behaviour:
What actually happens:
Link to a minimal, executable project that demonstrates the problem:
Steps to install the project:
Steps to reproduce the problem:
$ claudia create --profile default --region cn-northwest-1 --handler lambda.handler packaging files npm install -q --no-audit --production npm WARN claudia-test@1.0.0 No description npm WARN claudia-test@1.0.0 No repository field.
initialising IAM role iam.createRole RoleName=claudia-test-executor Error: getaddrinfo ENOTFOUND iam.cn-northwest-1.amazonaws.com.cn at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:67:26) { errno: -3008, code: 'NetworkingError', syscall: 'getaddrinfo', hostname: 'iam.cn-northwest-1.amazonaws.com.cn', region: 'cn-northwest-1', retryable: true, time: 2020-12-29T03:10:28.971Z }