Craig Lager

Results 4 issues of Craig Lager

We need to do some more processing on the files that font-blast creates. There is way to know when it is complete though without monitoring for files being created.

Tried multiple times, always the same error: ``` Error: 403,https://enclosejs.s3.amazonaws.com/enclose-v0.12.15-win32-5c54091.exe.sha256 at ClientRequest. (C:\Users\Craig\AppData\Roaming\npm\node_modules\enclose\postinstall.js:41:25) at ClientRequest.g (events.js:260:16) at emitOne (events.js:77:13) at ClientRequest.emit (events.js:169:7) at HTTPParser.parserOnIncomingClient [as onIncoming] (_http_client.js:421:21) at HTTPParser.parserOnHeadersComplete (_http_common.js:88:23)...

Trying to run lighthouse-cli using this layer and I get the error message ``` The CHROME_PATH environment variable must be set to a Chrome/Chromium executable no older than Chrome stable....

CloudFormation allows us to override parameters on stack instances: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stackinstances-override.html#stackinstances-override-console cdk-stacksets only allows one `target` property, which contains the `parameterOverrides` property. This means I can't have a `StackSet` which targets...