Skip to content

Commit 61964d7

Browse files
committed
fix regressions
1 parent c39cb94 commit 61964d7

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ API Gateway supports standard HTTP methods such as `GET`, `POST`, `PUT`, `PATCH`
1616
LocalStack supports API Gateway V1 (REST API) in the Free plan, and API Gateway V2 (HTTP, Management and WebSocket API) in the Base plan.
1717
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.
1818

19-
The supported APIs are available on the API coverage page for [API Gateway V1]() & [API Gateway V2](), which provides information on the extent of API Gateway's integration with LocalStack.
19+
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.
2020

2121
## Getting started
2222

@@ -490,6 +490,10 @@ The following code snippets and sample applications provide practical examples o
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
492492

493-
## API Coverage
493+
## API Coverage (V1)
494494

495495
<FeatureCoverage service="apigateway" client:load />
496+
497+
## API Coverage (V2)
498+
499+
<FeatureCoverage service="apigatewayv2" client:load />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ The following service namespaces are currently supported:
149149

150150
## API Coverage
151151

152-
<FeatureCoverage service="appautoscaling" client:load />
152+
<FeatureCoverage service="application-autoscaling" client:load />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,4 @@ The Resource Browser allows you to perform the following actions:
161161

162162
## API Coverage
163163

164-
<FeatureCoverage service="cloudwatchlogs" client:load />
164+
<FeatureCoverage service="logs" client:load />

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Cognito enables developers to add user sign-up, sign-in, and access control func
1414
Cognito supports various authentication methods, including social identity providers, SAML-based identity providers, and custom authentication flows.
1515

1616
LocalStack allows you to use the Cognito APIs in your local environment to manage authentication and access control for your local application and resources.
17-
The supported APIs are available on our [Cognito Identity coverage page]() and [Cognito User Pools coverage page](), which provides information on the extent of Cognito's integration with LocalStack.
17+
The supported APIs are available on our [Cognito Identity coverage section](#api-coverage-cognito-identity-pools) and [Cognito User Pools coverage section](#api-coverage-cognito-user-pools), which provides information on the extent of Cognito's integration with LocalStack.
1818

1919
## Getting started
2020

@@ -505,6 +505,10 @@ By default, LocalStack's Cognito does not send actual email messages.
505505
However, if you wish to enable this feature, you will need to provide an email address and configure the corresponding SMTP settings.
506506
The instructions on configuring the connection parameters of your SMTP server can be found in the [Configuration](/aws/capabilities/config/configuration/#emails) guide to allow your local Cognito environment to send email notifications.
507507

508-
## API Coverage
508+
## API Coverage (Cognito Identity Pools)
509509

510-
<FeatureCoverage service="cognito" client:load />
510+
<FeatureCoverage service="cognito-identity" client:load />
511+
512+
## API Coverage (Cognito User Pools)
513+
514+
<FeatureCoverage service="cognito-idp" client:load />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,4 @@ This delay can be disabled by setting `MEDIACONVERT_DISABLE_JOB_DURATION=1`, wh
202202

203203
## API Coverage
204204

205-
<FeatureCoverage service="elementalmediaconvert" client:load />
205+
<FeatureCoverage service="mediaconvert" client:load />

0 commit comments

Comments
 (0)