Closed overheat closed 2 years ago
Hi @overheat. The @aws-cdk/aws-timestream
module is the v1 module. In v2, we have bundled all stable modules under aws-cdk-lib
. Since timestream
only has L1 constructs, you should find that you don't need any additional imports, and instead can find them under:
import * as ts from 'aws-cdk-lib/aws-timestream';
Let me know if that's not the case!
Comments on closed issues are hard for our team to see. If you need more assistance, please either tag a team member or open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.
Description
@aws-cdk/aws-timestream is still v1.x.x, which show error in CDK v2 application.
Looks those onValidate, onPrepare, onSynthesize are deprecated API for CDK v2.
Use Case
Time series database.
Proposed Solution
Upgrade it.
Other information
No response
Acknowledge