Created
September 30, 2019 23:23
-
-
Save serverlessunicorn/ff620a6edb6ffce4f2de099001301765 to your computer and use it in GitHub Desktop.
TWagnerMediumBlogSampleCFTemplatePart10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Outputs: | |
NATPunchWebSocketOutput: | |
Description: NATPunch WebSocket created by CloudFormation | |
Value: !Ref NATPunchWebSocket | |
NATPunchFunctionOutput: | |
Description: NATPunch's Lambda function as created by CloudFormation | |
Value: !Ref NATPunchFunction | |
NATPunchDatabaseOutput: | |
Description: NATPunch's DynamoDB table as created by CloudFormation | |
Value: !Ref NATPunchDatabase | |
NATPunchFunctionRoleOutput: | |
Description: NATPunch's Lambda function role as created by CloudFormation | |
Value: !Ref NATPunchFunctionRole | |
NATPunchCodeStarProjectOutput: | |
Description: NATPunch's CodeStar project name | |
Value: !Sub '${ProjectId}' | |
NATPunchCodePipelineStageOutput: | |
Description: NATPunch's CodePipeline stage name | |
Value: !Sub '${Stage}' | |
NATPunchWebSocketCNAMEValue: | |
Description: Value DNS hosting CNAME should be set to | |
Value: !GetAtt NATPunchWebSocketCustomDomain.RegionalDomainName |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment