Skip to content

Commit 790c21e

Browse files
committed
add api coverage for missing services
1 parent 9bcd101 commit 790c21e

File tree

11 files changed

+56
-11
lines changed

11 files changed

+56
-11
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ API Gateway supports standard HTTP methods such as `GET`, `POST`, `PUT`, `PATCH`
1717
LocalStack supports API Gateway V1 (REST API) in the Free plan, and API Gateway V2 (HTTP, Management and WebSocket API) in the Base plan.
1818
LocalStack allows you to use the API Gateway APIs to create, deploy, and manage APIs on your local machine to invoke those exposed API endpoints.
1919

20-
The supported APIs are available on the API coverage page for [API Gateway V1](#api-coverage-v1) & [API Gateway V2](#api-coverage-v2), which provides information on the extent of API Gateway's integration with LocalStack.
20+
The supported APIs are available on the API coverage section for [API Gateway V1](#api-coverage-v1), [API Gateway V2](#api-coverage-v2), and [API Gateway Management](#api-coverage-api-gateway-management), which provides information on the extent of API Gateway's integration with LocalStack.
2121

2222
## Getting started
2323

@@ -483,3 +483,7 @@ The following code snippets and sample applications provide practical examples o
483483
## API Coverage (V2)
484484

485485
<FeatureCoverage service="apigatewayv2" client:load />
486+
487+
## API Coverage (API Gateway Management)
488+
489+
<FeatureCoverage service="apigatewaymanagementapi" client:load />

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,3 +209,7 @@ The Resource Browser allows you to perform the following actions:
209209
## API Coverage
210210

211211
<FeatureCoverage service="appconfig" client:load />
212+
213+
## API Coverage (AppConfig Data)
214+
215+
<FeatureCoverage service="appconfigdata" client:load />

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ import FeatureCoverage from "../../../../components/feature-coverage/FeatureCove
1111
Bedrock is a fully managed service provided by Amazon Web Services (AWS) that makes foundation models from various LLM providers accessible via an API.
1212

1313
LocalStack allows you to use the Bedrock APIs to test and develop AI-powered applications in your local environment.
14-
The supported APIs are available on our [API Coverage section](#api-coverage), which provides information on the extent of Bedrock's integration with LocalStack.
14+
15+
The supported APIs are available on the API coverage section for [Bedrock](#api-coverage) and [Bedrock Runtime](#api-coverage-bedrock-runtime), which provides information on the extent of Bedrock's integration with LocalStack.
1516

1617
## Getting started
1718

@@ -181,3 +182,7 @@ Other models available with Ollama might also work, but are not officially suppo
181182
## API Coverage
182183

183184
<FeatureCoverage service="bedrock" client:load />
185+
186+
## API Coverage (Bedrock Runtime)
187+
188+
<FeatureCoverage service="bedrock-runtime" client:load />

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It also monitors the health of its registered targets and ensures that it routes
1313
You can check [the official AWS documentation](https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/what-is-load-balancing.html) to understand the basic terms and concepts used in the ELB.
1414

1515
Localstack allows you to use the Elastic Load Balancing APIs in your local environment to create, edit, and view load balancers, target groups, listeners, and rules.
16-
The supported APIs are available on our [API Coverage section](#api-coverage), which provides information on the extent of ELB's integration with LocalStack.
16+
The supported APIs are available on the API coverage section for [ELBv1](#api-coverage-elbv1) and [ELBv2](#api-coverage-elbv2), which provides information on the extent of ELB's integration with LocalStack.
1717

1818
## Getting started
1919

@@ -181,6 +181,10 @@ The following code snippets and sample applications provide practical examples o
181181
- The Application Load Balancer currently supports only the `forward`, `redirect` and `fixed-response` action types.
182182
- When opting for Route53 CNAMEs to direct requests towards the ALBs, it's important to remember that explicit configuration of the `Host` header to match the resource record might be necessary while making calls.
183183

184-
## API Coverage
184+
## API Coverage (ELBv1)
185185

186186
<FeatureCoverage service="elb" client:load />
187+
188+
## API Coverage (ELBv2)
189+
190+
<FeatureCoverage service="elbv2" client:load />

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ LocalStack supports EMR and allows developers to run data analytics workloads lo
1616
EMR utilizes various tools in the [Hadoop](https://hadoop.apache.org/) and [Spark](https://spark.apache.org) ecosystem, and your EMR instance is automatically configured to connect seamlessly to LocalStack's S3 API.
1717
LocalStack also supports EMR Serverless to create applications and job runs, to run your Spark/PySpark jobs locally.
1818

19-
The supported APIs are available on our [API Coverage section](#api-coverage), which provides information on the extent of EMR's integration with LocalStack.
19+
The supported APIs are available on the API coverage section for [EMR](#api-coverage) and [EMR Serverless](#api-coverage-emr-serverless), which provides information on the extent of EMR's integration with LocalStack.
2020

2121
:::note
2222
To utilize the EMR API, certain additional dependencies need to be downloaded from the network (including Hadoop, Hive, Spark, etc).
@@ -58,3 +58,7 @@ The following code snippets and sample applications provide practical examples o
5858
## API Coverage
5959

6060
<FeatureCoverage service="emr" client:load />
61+
62+
## API Coverage (EMR Serverless)
63+
64+
<FeatureCoverage service="emr-serverless" client:load />

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It provides a reliable way to store, manage, and serve media assets, such as aud
1313
MediaStore seamlessly integrates with other AWS services like Elemental MediaConvert, Elemental MediaLive, Elemental MediaPackage, and CloudFront.
1414

1515
LocalStack allows you to use the Elemental MediaStore APIs as a high-performance storage solution for media content in your local environment.
16-
The supported APIs are available on our [API Coverage section](#api-coverage), which provides information on the extent of Elemental MediaStore integration with LocalStack.
16+
The supported APIs are available on the API coverage section for [MediaStore](#api-coverage) and [MediaStore Data](#api-coverage-mediastore-data), which provides information on the extent of Elemental MediaStore integration with LocalStack.
1717

1818
## Getting started
1919

@@ -96,3 +96,7 @@ In case you encounter any issues, please consult our [Networking documentation](
9696
## API Coverage
9797

9898
<FeatureCoverage service="mediastore" client:load />
99+
100+
## API Coverage (MediaStore Data)
101+
102+
<FeatureCoverage service="mediastore-data" client:load />

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ and scalable
2424
way to maintain a complete and verifiable history of data changes over time.
2525

2626
LocalStack allows you to use the QLDB APIs in your local environment to create and manage ledgers.
27-
The supported APIs are available on the [API Coverage section](#api-coverage), which provides information on the extent of QLDB's integration with LocalStack.
27+
The supported APIs are available on the API coverage section for [QLDB](#api-coverage) and [QLDB Session](#api-coverage-qldb-session), which provides information on the extent of QLDB's integration with LocalStack.
2828

2929
## Getting started
3030

@@ -366,3 +366,7 @@ The sample consists of two simple scenarios:
366366
## API Coverage
367367
368368
<FeatureCoverage service="qldb" client:load />
369+
370+
## API Coverage (QLDB Session)
371+
372+
<FeatureCoverage service="qldb-session" client:load />

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RDS allows you to deploy and manage various relational database engines like MyS
1414
RDS handles routine database tasks such as provisioning, patching, backup, recovery, and scaling.
1515

1616
LocalStack allows you to use the RDS APIs in your local environment to create and manage RDS clusters and instances for testing & integration purposes.
17-
The supported APIs are available on our [API Coverage section](#api-coverage), which provides information on the extent of RDS's integration with LocalStack.
17+
The supported APIs are available on the API coverage section for [RDS](#api-coverage) and [RDS Data](#api-coverage-rds-data), which provides information on the extent of RDS's integration with LocalStack.
1818

1919
:::note
2020
We’ve introduced a new native RDS provider in LocalStack and made it the default.
@@ -387,3 +387,7 @@ The following code snippets and sample applications provide practical examples o
387387
## API Coverage
388388

389389
<FeatureCoverage service="rds" client:load />
390+
391+
## API Coverage (RDS Data)
392+
393+
<FeatureCoverage service="rds-data" client:load />

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RedShift is fully managed by AWS and serves as a petabyte-scale service which al
1313
The query results can be saved to an S3 Data Lake while additional analytics can be provided by Athena or SageMaker.
1414

1515
LocalStack allows you to use the RedShift APIs in your local environment to analyze structured and semi-structured data across local data warehouses and data lakes.
16-
The supported APIs are available on our [API Coverage section](#api-coverage), which provides information on the extent of RedShift's integration with LocalStack.
16+
The supported APIs are available on the API coverage section for [Redshift](#api-coverage) and [Redshift Data](#api-coverage-redshift-data), which provides information on the extent of RedShift's integration with LocalStack.
1717

1818
:::note
1919
Users on Free plan can use RedShift APIs in LocalStack for basic mocking and testing.
@@ -163,3 +163,7 @@ The Resource Browser allows you to perform the following actions:
163163
## API Coverage
164164

165165
<FeatureCoverage service="redshift" client:load />
166+
167+
## API Coverage (Redshift Data)
168+
169+
<FeatureCoverage service="redshift-data" client:load />

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Resource Groups in AWS provide two types of queries that developers can use to b
1515
With Tag-based queries, developers can organize resources based on common attributes or characteristics, while CloudFormation stack-based queries allow developers to group resources that are deployed together as part of a CloudFormation stack.
1616

1717
LocalStack allows you to use the Resource Groups APIs in your local environment to group and categorize resources based on criteria such as tags, resource types, regions, or custom attributes.
18-
The supported APIs are available on our [API Coverage section](#api-coverage), which provides information on the extent of Resource Group's integration with LocalStack.
18+
The supported APIs are available on the API coverage section for [Resource Groups](#api-coverage) and [Resource Groups Tagging API](#api-coverage-resource-groups-tagging-api), which provides information on the extent of Resource Group's integration with LocalStack.
1919

2020
## Getting Started
2121

@@ -76,3 +76,7 @@ awslocal resource-groups delete-group \
7676
## API Coverage
7777

7878
<FeatureCoverage service="resource-groups" client:load />
79+
80+
## API Coverage (Resource Groups Tagging API)
81+
82+
<FeatureCoverage service="resourcegroupstaggingapi" client:load />

0 commit comments

Comments
 (0)