Scott Liao
Results
1
issues of
Scott Liao
## GetAtt full vs. short function Quick Sample Summary: 1. Create full function NatGateway resources. ``` NatEipA: Type: "AWS::EC2::EIP" Properties: Domain: "vpc" NatGatewayA: Type: "AWS::EC2::NatGateway" Properties: AllocationId: "Fn::GetAtt": [ "NatEipA",...
enhancement