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/acm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Certificate Manager (ACM)"
description: Get started with AWS Certificate Manager (ACM) on LocalStack
tags: ["Free"]
persistence: supported
---

import FeatureCoverage from "../../../../components/feature-coverage/FeatureCoverage";
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/aws/services/appsync.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "AppSync"
description: Get started with AppSync on LocalStack
tags: ["Ultimate"]
persistence: supported
---

import FeatureCoverage from "../../../../components/feature-coverage/FeatureCoverage";
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/aws/services/efs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Elastic File System (EFS)"
description: Get started with Elastic File System (EFS) on LocalStack
tags: ["Ultimate"]
persistence: supported
---

import FeatureCoverage from "../../../../components/feature-coverage/FeatureCoverage";
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/aws/services/managedblockchain.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Managed Blockchain (AMB)"
description: Get started with Managed Blockchain (AMB) on LocalStack
tags: ["Ultimate"]
persistence: supported
---

import FeatureCoverage from "../../../../components/feature-coverage/FeatureCoverage";
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/aws/services/opensearch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "OpenSearch Service"
description: Get started with OpenSearch Service on LocalStack
tags: ["Free"]
persistence: supported
---

import FeatureCoverage from "../../../../components/feature-coverage/FeatureCoverage";
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/aws/services/xray.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "X-Ray"
description: Get started with X-Ray on LocalStack
tags: ["Ultimate"]
persistence: supported with limitations
---

import FeatureCoverage from "../../../../components/feature-coverage/FeatureCoverage";
Expand Down
33 changes: 13 additions & 20 deletions src/data/persistence/coverage.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"acm": {
"service": "acm",
"full_name": "ACM (AWS Certificate Manager)",
"support": "not supported",
"support": "supported",
"test_suite": false,
"limitations": ""
},
Expand Down Expand Up @@ -45,7 +45,7 @@
"service": "apigatewayv2",
"full_name": "API Gateway v2",
"support": "supported",
"test_suite": false,
"test_suite": true,
"limitations": ""
},
"appconfig": {
Expand All @@ -72,7 +72,7 @@
"appsync": {
"service": "appsync",
"full_name": "AppSync",
"support": "not supported",
"support": "supported",
"test_suite": false,
"limitations": ""
},
Expand Down Expand Up @@ -128,7 +128,7 @@
"cloudcontrol": {
"service": "cloudcontrol",
"full_name": "cloudcontrol",
"support": "unknown",
"support": "not supported",
"test_suite": false,
"limitations": ""
},
Expand Down Expand Up @@ -282,8 +282,8 @@
"efs": {
"service": "efs",
"full_name": "EFS (Elastic File System)",
"support": "not supported",
"test_suite": false,
"support": "supported",
"test_suite": true,
"limitations": ""
},
"eks": {
Expand Down Expand Up @@ -353,7 +353,7 @@
"service": "events",
"full_name": "EventBridge",
"support": "supported with limitations",
"test_suite": false,
"test_suite": true,
"limitations": "Replays in progress are discarded"
},
"firehose": {
Expand Down Expand Up @@ -440,13 +440,6 @@
"test_suite": true,
"limitations": ""
},
"kinesisanalytics": {
"service": "kinesisanalytics",
"full_name": "Kinesis Data Analytics API",
"support": "unknown",
"test_suite": false,
"limitations": ""
},
"kinesisanalyticsv2": {
"service": "kinesisanalyticsv2",
"full_name": "MSF (Managed Service for Apache Flink)",
Expand Down Expand Up @@ -485,14 +478,14 @@
"managedblockchain": {
"service": "managedblockchain",
"full_name": "managedblockchain",
"support": "unknown",
"test_suite": false,
"support": "supported",
"test_suite": true,
"limitations": ""
},
"mediaconvert": {
"service": "mediaconvert",
"full_name": "mediaconvert",
"support": "unknown",
"support": "not supported",
"test_suite": false,
"limitations": ""
},
Expand Down Expand Up @@ -541,7 +534,7 @@
"opensearch": {
"service": "opensearch",
"full_name": "OpenSearch",
"support": "not supported",
"support": "supported",
"test_suite": false,
"limitations": ""
},
Expand Down Expand Up @@ -807,8 +800,8 @@
"xray": {
"service": "xray",
"full_name": "X-Ray",
"support": "unknown",
"support": "supported with limitations",
"test_suite": true,
"limitations": ""
"limitations": "Supported through moto with basic test coverage for getting trace summaries and traces."
}
}