Skip to content

Commit 76b7d1d

Browse files
committed
Add cn prefixes
1 parent 365f1e9 commit 76b7d1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aws_lambda/aws_lambda.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828

2929
ARN_PREFIXES = {
3030
'us-gov-west-1': 'aws-us-gov',
31+
'cn-north-1': 'aws-cn',
32+
'cn-northwest-1': 'aws-cn',
3133
}
3234

3335
log = logging.getLogger(__name__)

0 commit comments

Comments
 (0)