Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/content/docs/aws/services/firehose.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Data Firehose"
description: Get started with Data Firehose on LocalStack
tags: ["Hobby"]
persistence: supported
---

import FeatureCoverage from "../../../../components/feature-coverage/FeatureCoverage";
Expand Down
13 changes: 10 additions & 3 deletions src/data/persistence/coverage.json
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
"elbv2": {
"service": "elbv2",
"full_name": "ELB v2 (Elastic Load Balancer v2)",
"support": "not supported",
"support": "supported",
"test_suite": false,
"limitations": ""
},
Expand Down Expand Up @@ -366,8 +366,8 @@
"firehose": {
"service": "firehose",
"full_name": "Kinesis Data Firehose",
"support": "not supported",
"test_suite": false,
"support": "supported",
"test_suite": true,
"limitations": ""
},
"fis": {
Expand Down Expand Up @@ -615,6 +615,13 @@
"test_suite": true,
"limitations": ""
},
"s3-tables": {
"service": "s3-tables",
"full_name": "s3-tables",
"support": "unknown",
"test_suite": false,
"limitations": ""
},
"s3control": {
"service": "s3control",
"full_name": "S3 Control (Simple Storage Service Control)",
Expand Down
Loading