Skip to content

Commit

Permalink
Revert "ci: skipping the Chinese regions from publishing lambda layers"
Browse files Browse the repository at this point in the history
This reverts commit 128ea8c.
  • Loading branch information
aryamohanan committed Oct 24, 2024
1 parent 128ea8c commit 1099189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-lambda/layer/bin/publish-layer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ fi

# The us-gov-* regions are only available to US government agencies, U.S. government etc. The regions have not been (and
# maybe cannot be) enabled for our AWS account. We currently do not publish Lambda layers to these regions.
SKIPPED_REGIONS=$'us-gov-east-1\nus-gov-west-1\ncn-north-1\ncn-northwest-1'
SKIPPED_REGIONS=$'us-gov-east-1\nus-gov-west-1'

# AWS China is completely separated from the rest of AWS. You cannot enable the Chinese regions in a global AWS account.
# Instead, we have a separate account for AWS China.
Expand Down

0 comments on commit 1099189

Please sign in to comment.