Skip to content

Instantly share code, notes, and snippets.

@frankzickert
Last active May 3, 2019 12:44
Show Gist options
  • Save frankzickert/834e424451c73ad21aa5fdf1c6c60004 to your computer and use it in GitHub Desktop.
Save frankzickert/834e424451c73ad21aa5fdf1c6c60004 to your computer and use it in GitHub Desktop.
SinglePageApp with Domain
/** src/index.tsx */
export default (
<SinglePageApp
stackName = "iclp"
buildPath = 'build'
region='eu-west-1'>
<Environment
name="prod"
domain="www.infrastructure-components.com"
certArn="arn:aws:acm:us-east-1:xxx:certificate/xxx"
/>
<Route
path='/'
name='Infrastructure-Components'
render={(props)=> <App />}
/>
</SinglePageApp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment