aws / aws/aws-cdk

(aws-timestream): Add support for CfnDBParameterGroup of Timestream InfluxDb

Open
#31,862 3 comments 0 reactions 0 assignees View on GitHub
@aws-cdk/aws-timestream effort/small feature-request needs-cfn p3
Dominant language
TypeScript
Stars
12.9k
Forks
4.6k
Avg merge
1d 19h
Merged PRs (30d)
71

Description

### Describe the feature

Currently, we don't have any feature to create a database parameter group using CDK following this guide
https://docs.aws.amazon.com/timestream/latest/developerguide/timestream-for-influx-db-connecting.html#timestream-for-influx-parameter-groups-overview-default-custom-parameter-groups
We have to do it manually and after that edit the `dbParameterGroupIdentifier` of `CfnInfluxDBInstance`

### Use Case

Create a database parameter group with CDK

### Proposed Solution

_No response_

### Other Information

_No response_

### Acknowledgements

- [ ] I may be able to implement this feature request
- [ ] This feature might incur a breaking change

### CDK version used

2.126.0 (build fb74c41)

### Environment details (OS name and version, etc.)

Linux

Contributor guide

Open the contributing guide

Research direction

Start with the existing CfnInfluxDBInstance entry point and the AWS Timestream InfluxDB parameter-groups guide linked in the issue. Determine how CfnDBParameterGroup should be exposed alongside the instance and how its dbParameterGroupIdentifier is referenced. Done means CDK can define the parameter group and use it when creating the InfluxDB instance.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, typescript
Domain
cloud, infrastructure
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.