cloudformation-coverage-roadmap
cloudformation-coverage-roadmap copied to clipboard
[AWS::Timestream::ScheduledQuery] - [Enhancement] - Allow
trafficstars
Name of the resource
AWS::Timestream::ScheduledQuery
Resource name
No response
Description
A ScheduledQuery can not be created on empty tables and/or future columns.
This is a problem for my CDK script when I'm trying to create both my source table and the query that aggregate the data.
My current workaround is to perform a two-step deployment where the source table is created first, then insert a fake row and finally create the query.
Other Details
No response