aws / aws-cdk

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
https://aws.amazon.com/cdk
Apache License 2.0
11.5k stars 3.85k forks source link

đź“ŠTracking: Amazon Timestream #10819

Open NetaNir opened 3 years ago

NetaNir commented 3 years ago

Add your +1 đź‘Ť to help us prioritize high-level constructs for this service


Overview:

Amazon Timestream is a fast, scalable, and serverless time series database service for IoT and operational applications that makes it easy to store and analyze trillions of events per day up to 1,000 times faster and at as little as 1/10th the cost of relational databases. Amazon Timestream saves you time and cost in managing the lifecycle of time series data by keeping recent data in memory and moving historical data to a cost optimized storage tier based upon user defined policies. Amazon Timestream’s purpose-built query engine lets you access and analyze recent and historical data together, without needing to specify explicitly in the query whether the data resides in the in-memory or cost-optimized tier. Amazon Timestream has built-in time series analytics functions, helping you identify trends and patterns in your data in near real-time. Amazon Timestream is serverless and automatically scales up or down to adjust capacity and performance, so you don’t need to manage the underlying infrastructure, freeing you to focus on building your applications.

AWS Docs

Maturity: CloudFormation Resources Only

See the AWS Construct Library Module Lifecycle doc for more information about maturity levels.

Implementation:

See the CDK API Reference for more implementation details.

Issue list:


This is a đź“ŠTracking Issue

jonny-rimek commented 3 years ago

I'd settle for the Cfn base construct for now, it is already supported in cloudformation, so it should come in the next cdk release correct?

SomayaB commented 3 years ago

@jonny-rimek yes, that's correct.

kochie commented 3 years ago

I'd like to take a crack at making the Database and Table constructs, should I make an issue to track or can I just create a PR?

SomayaB commented 3 years ago

@kochie thanks for wanting to contribute! Yes, we always prefer you open an issue per our contributing guide.

kennu commented 3 years ago

I created a CloudFormation roadmap issue to add support for AWS IoT TopicRule Timestream Actions: https://github.com/aws-cloudformation/aws-cloudformation-coverage-roadmap/issues/663.

For now I'm quite happy with the basic Cfn support as long as it supports all the functionality that is available.

github-actions[bot] commented 1 month ago

This issue has received a significant amount of attention so we are automatically upgrading its priority. A member of the community will see the re-prioritization and provide an update on the issue.