Skip to content

Commit

Permalink
Add AWS/Timestream service (#1515)
Browse files Browse the repository at this point in the history
  • Loading branch information
andriikushch authored Sep 3, 2024
1 parent d9a0944 commit 0c55255
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ Only the latest version gets security updates. We won't support older versions.
* `AWS/SQS` - Simple Queue Service
* `AWS/States` - Step Functions
* `AWS/StorageGateway` - On-premises access to cloud storage
* `AWS/Timestream` - Time-series database service
* `AWS/TransitGateway` - Transit Gateway
* `AWS/TrustedAdvisor` - Trusted Advisor
* `AWS/Usage` - Usage of some AWS resources and APIs
Expand Down
4 changes: 4 additions & 0 deletions pkg/config/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,10 @@ var SupportedServices = serviceConfigs{
Namespace: "AWS/ECR",
Alias: "ecr",
},
{
Namespace: "AWS/Timestream",
Alias: "timestream",
},
{
Namespace: "AWS/SecretsManager",
Alias: "secretsmanager",
Expand Down

0 comments on commit 0c55255

Please sign in to comment.