Skip to content

Commit a26f29e

Browse files
Update Persistence Docs (#319)
Co-authored-by: LocalStack Bot <[email protected]>
1 parent 62ce7e6 commit a26f29e

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

src/content/docs/aws/services/iot-data.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: "IoT Data"
33
tags: ["Ultimate"]
44
description: Get started with IoT Data on LocalStack
5+
persistence: supported with limitations
56
---
67

78
import FeatureCoverage from "../../../../components/feature-coverage/FeatureCoverage";

src/content/docs/aws/services/iot.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: "IoT"
33
tags: ["Base"]
44
description: Get started with AWS IoT on LocalStack
5+
persistence: supported with limitations
56
---
67

78
import FeatureCoverage from "../../../../components/feature-coverage/FeatureCoverage";

src/data/persistence/coverage.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -408,16 +408,16 @@
408408
"iot": {
409409
"service": "iot",
410410
"full_name": "IoT (Internet of Things)",
411-
"support": "unknown",
411+
"support": "supported with limitations",
412412
"test_suite": false,
413-
"limitations": ""
413+
"limitations": "MQTT broker state is not persisted"
414414
},
415415
"iot-data": {
416416
"service": "iot-data",
417417
"full_name": "IoT Data",
418-
"support": "unknown",
418+
"support": "supported with limitations",
419419
"test_suite": false,
420-
"limitations": ""
420+
"limitations": "See IoT limitation"
421421
},
422422
"iotanalytics": {
423423
"service": "iotanalytics",

0 commit comments

Comments
 (0)