We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploying into an AWS Govcloud account gives the following error:
ServerlessError: An error occurred: CustomApiGatewayBasePathMappingRole - Partition "aws" is not valid for resource "arn:aws:logs:us-gov-west-1:XXXXXXX:log-group:*:". (Service: AmazonIdentityManagement; Status Code: 400; Error Code: MalformedPolicyDocument; Request ID: XXXXXXX; Proxy: null).
GovCloud does not use :aws: as a partition but instead uses :aws-us-gov:
:aws:
:aws-us-gov:
https://github.com/dougmoscrop/serverless-plugin-custom-domain/blob/master/custom-domain.js#L74
The partition can be looked up by cloudformation: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/pseudo-parameter-reference.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Deploying into an AWS Govcloud account gives the following error:
GovCloud does not use
:aws:
as a partition but instead uses:aws-us-gov:
https://github.com/dougmoscrop/serverless-plugin-custom-domain/blob/master/custom-domain.js#L74
The partition can be looked up by cloudformation: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/pseudo-parameter-reference.html
The text was updated successfully, but these errors were encountered: