StarChart-Labs / chronicler

GitHub integration which validates release note/change log updates occur
Apache License 2.0
5 stars 0 forks source link

Setup AWS CloudFormation to Deploy Redirect Endpoint to Installation #40

Open romeara opened 6 years ago

romeara commented 6 years ago

Setup a consistent API endpoint that can be referenced by the static HTML page to redirect to the GitHub installation page

romeara commented 5 years ago

We are currently instead code this into the HTML for each website, so this isn't needed in the MVP - however in the future the URL will be potentially dynamic (once the GitHub App is infrastructure-as-code), so we'll need to do this somehow.

We could possibly leave a placeholder variable in that spot, and "build" the HTML prior to upload or something?