Skip to content

Instantly share code, notes, and snippets.

@taichi
Last active July 3, 2019 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taichi/67a88dd1c266b0390cfd222c1e9a0c9e to your computer and use it in GitHub Desktop.
Save taichi/67a88dd1c266b0390cfd222c1e9a0c9e to your computer and use it in GitHub Desktop.
this template does not work.
Resources:
MyCustomDomain:
Type: AWS::ApiGatewayV2::DomainName
Properties:
DomainName: api.example.com
DomainNameConfigurations:
- CertificateArn: arn:aws:acm:ap-northeast-1:759044339783:certificate/e17e4147-4f27-4ccb-ab1d-a1d6300f118a
EndpointType: REGIONAL
Outputs:
WayWay:
Value:
Fn::GetAtt:
- MyCustomDomain
- RegionalDomainName
@taichi
Copy link
Author

taichi commented Jul 3, 2019

CertificateArn is fake value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment