Roman
Roman
Noticed a similar issue for `AWS::QuickSight::Dashboard`: ```yaml QuickSightDashboard: Type: "AWS::QuickSight::Dashboard" Properties: DashboardId: ... Name: ... AwsAccountId: ... ``` Also just the high-level definition is created, but no details.
Ok, thanks for looking into it! Will there be better results if I use the UI version?
@rohits-spec do you have any insight as to how soon this is coming? We are planning our deployment of QS right now, and we need to know whether to use...
Ah cool. I was hoping there'd be support for actually deploying the QS service itself. It's annoying to do manual setup in staging, dev and testing. Especially when all other...
Ha, @danieljamesscott was just looking for the exact same thing today. I guess there is no way, eh?
I think the image filename should contain the hash of the variables that went into creating it. So when these variables change, the hash changes and the images are automatically...
Another option is to just use `rimraf` and clear the `static/image-styles` dir.
I am also in favour of this! 👍🏼 I think this would add some stability and also allow for a more clear path to expansion. Coming from CDK, and knowing...
Usually, in the node ecosystem, [`rimraf`](https://www.npmjs.com/package/rimraf) package is used for this, as it supports globs, and it's cross-platform. ``` rimraf dist/* lib/* ```
[GitHub stale bot considered harmful](https://drewdevault.com/2021/10/26/stalebot.html)