aws / aws-toolkit-vscode

Amazon Q, CodeCatalyst, Local Lambda debug, SAM/CFN syntax, ECS Terminal, AWS resources
https://marketplace.visualstudio.com/items?itemName=AmazonWebServices.amazon-q-vscode
Apache License 2.0
1.51k stars 434 forks source link

navigate Amazon Timestream database, tables, scheduled queries #2475

Open sethusrinivasan opened 2 years ago

sethusrinivasan commented 2 years ago

Is your feature request related to a problem? Please describe. In Visual Studio code, enable Amazon Timestream - https://aws.amazon.com/timestream/ . Start with "Experimental mode" that lets customers to define the features they would like to see and then enable it later as default.

Describe the solution you'd like In Visual Studio code, enable Amazon Timestream to allow customers to create/ update / drop Databases, Tables , Scheduled queries and also enable users to run Queries against Timestream tables and display, paginate the results

Describe alternatives you've considered AWS console support is available for Amazon Timestream, but it would be good to enable it in Visual Studio code for developers / customers to build applications based of Amazon Timestream

sethusrinivasan commented 2 years ago

@justinmk3 , Any new updates please?

justinmk3 commented 2 years ago

@sethusrinivasan we don't have near-term plans to implement this, but:

sethusrinivasan commented 2 years ago

Thank you @justinmk3 , Can you please check why all metadata properties for AWS::Timestream::Database & AWS::Timestream::Table are not showing up? Reference: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-timestream-database.html https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-timestream-table.html

Also I don't see AWS::Timestream::ScheduledQuery resource if i filter by "Timestream" in vscode Reference: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-timestream-scheduledquery.html

justinmk3 commented 2 years ago

why all metadata properties for AWS::Timestream::Database & AWS::Timestream::Table are not showing up?

More resources types will show up as AWS CloudControl adds support for them over time.