Skip to content

Commit c39cb94

Browse files
committed
add api coverage sections
1 parent 9e788a7 commit c39cb94

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+388
-77
lines changed

add_imports.py

Lines changed: 0 additions & 77 deletions
This file was deleted.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,7 @@ The Resource Browser allows you to perform the following actions:
9999
* **View Contact Information**: View the contact information for your mocked AWS account by clicking on the contact information.
100100
* **Update Contact Information**: Update the contact information for your mocked AWS account by clicking on the contact information.
101101
* **Filter**: Filter the contact information and alternate contacts by types, such as `BILLING`, `OPERATIONS`, and `SECURITY`.
102+
103+
## API Coverage
104+
105+
<FeatureCoverage service="account" client:load />

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,7 @@ The following code snippets and sample applications provide practical examples o
9191

9292
- [API Gateway with Custom Domains](https://github.com/localstack/localstack-pro-samples/tree/master/apigw-custom-domain)
9393
- [Generating an ACM certificate via Terraform](https://github.com/localstack/localstack-terraform-samples/tree/master/acm-route53)
94+
95+
## API Coverage
96+
97+
<FeatureCoverage service="acm" client:load />

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,7 @@ The Resource Browser allows you to perform the following actions:
7373
- **View Amplify applications**: View the list of Amplify applications created in LocalStack by clicking on the application ID.
7474
- **Edit Amplify applications**: Edit the configuration of an existing Amplify application by clicking on the application ID and then clicking **Edit App**.
7575
- **Delete Amplify applications**: Delete an existing Amplify application by selecting the application, followed by clicking **Actions** and then **Remove Selected**.
76+
77+
## API Coverage
78+
79+
<FeatureCoverage service="amplify" client:load />

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,3 +285,7 @@ $ awslocal kinesisanalyticsv2 untag-resource \
285285
The application logging level defaults to `INFO` and can not be overridden.
286286
- Parallelism is limited to the default value of 1, with one TaskManager that has one [Task Slot](https://nightlies.apache.org/flink/flink-docs-release-1.20/docs/concepts/flink-architecture/#task-slots-and-resources) allocated.
287287
[Parallelism configuration](https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_FlinkApplicationConfiguration.html#APIReference-Type-FlinkApplicationConfiguration-ParallelismConfiguration) provided on Flink application creation or update is ignored.
288+
289+
## API Coverage
290+
291+
<FeatureCoverage service="apacheflink" client:load />

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,3 +489,7 @@ The following code snippets and sample applications provide practical examples o
489489
- [Serverless Microservices with Amazon API Gateway, DynamoDB, SQS, and Lambda](https://github.com/localstack/microservices-apigateway-lambda-dynamodb-sqs-sample)
490490
- [Note-Taking application using AWS SDK for JavaScript, Amazon DynamoDB, Lambda, Cognito, API Gateway, and S3](https://github.com/localstack/aws-sdk-js-notes-app)
491491
- For Terraform samples, check out the [LocalStack Terraform examples](https://github.com/localstack/localstack-terraform-samples) repository
492+
493+
## API Coverage
494+
495+
<FeatureCoverage service="apigateway" client:load />

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,7 @@ The following service namespaces are currently supported:
146146
* Cassandra
147147
* Comprenhend
148148
* Custom Resource
149+
150+
## API Coverage
151+
152+
<FeatureCoverage service="appautoscaling" client:load />

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,3 +211,7 @@ The Resource Browser allows you to perform the following actions:
211211
- **View AppConfig applications**: View the list of AppConfig applications created in LocalStack by clicking on the application ID.
212212
- **Edit AppConfig applications**: Edit the configuration of an existing AppConfig application by clicking on the application ID and then clicking **Edit Application**.
213213
- **Delete AppConfig applications**: Delete an existing AppConfig application by selecting the application, followed by clicking **Actions** and then **Remove Selected**.
214+
215+
## API Coverage
216+
217+
<FeatureCoverage service="appconfig" client:load />

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,3 +326,7 @@ The Resource Browser allows you to perform the following actions:
326326
The following code snippets and sample applications provide practical examples of how to use AppSync in LocalStack for various use cases:
327327

328328
- [AppSync GraphQL APIs for DynamoDB and RDS Aurora PostgreSQL](https://github.com/localstack/appsync-graphql-api-sample)
329+
330+
## API Coverage
331+
332+
<FeatureCoverage service="appsync" client:load />

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,3 +275,7 @@ The Resource Browser allows you to perform the following actions:
275275
The following code snippets and sample applications provide practical examples of how to use Athena in LocalStack for various use cases:
276276
277277
- [Query data in S3 Bucket with Amazon Athena, Glue Catalog & CloudFormation](https://github.com/localstack/query-data-s3-athena-glue-sample)
278+
279+
## API Coverage
280+
281+
<FeatureCoverage service="athena" client:load />

0 commit comments

Comments
 (0)