Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save joaogolias/a0a5b4bce66a2d28fb5b0e56a9e860a1 to your computer and use it in GitHub Desktop.
Save joaogolias/a0a5b4bce66a2d28fb5b0e56a9e860a1 to your computer and use it in GitHub Desktop.
"Outputs": {
"ApiEndpoint": {
"Description": "Link to API endpoint for sending image requests to.",
"Value": {
"Fn::Sub": "https://${ImageHandlerDistribution.DomainName}"
}
},
"DemoUrl": {
"Description": "Link to the demo user interface for the solution.",
"Value": {
"Fn::Sub": "https://${DemoDistribution.DomainName}/index.html"
},
"Condition": "DeployDemoUICondition"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment