cloudformation-coverage-roadmap icon indicating copy to clipboard operation
cloudformation-coverage-roadmap copied to clipboard

[AWS::Timestream::ScheduledQuery] - [Enhancement] - Allow

Open dambaron opened this issue 1 year ago • 0 comments
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

dambaron avatar Jul 15 '24 13:07 dambaron