aws-toolkit-vscode icon indicating copy to clipboard operation
aws-toolkit-vscode copied to clipboard

Fetch endpoints.json dynamically instead of storing in repo

Open awschristou opened this issue 5 years ago • 1 comments

Describe the solution you'd like

The codebase should not contain endpoints.json. It should pull it down as part of the npm install step, so that the toolkit builds always embed/contain the most recent version.

awschristou avatar Jan 23 '20 14:01 awschristou

It should pull it down as part of the npm install step, so that the toolkit builds always embed/contain the most recent version.

Note that this may prevent a "reproducible build". If we had a versioned URI for the endpoints.json file that could be a cheap way to store the expected endpoints.json in the Toolkit source.

justinmk3 avatar Mar 21 '22 20:03 justinmk3