Skip to content

Commit 9d30cde

Browse files
authored
Remove broken resource browser links (#294)
1 parent 1af09b4 commit 9d30cde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,14 +540,14 @@ LocalStack provides various tools to help you develop, debug, and test your AWS
540540
The LocalStack Web Application provides a [Resource Browser](/aws/capabilities/web-app/resource-browser) for managing Lambda resources.
541541
You can access the Resource Browser by opening the LocalStack Web Application in your browser, navigating to the **Resources** section, and then clicking on **Lambda** under the **Compute** section.
542542

543-
The Resource Browser displays [Functions](https://app.localstack.cloud/resources/lambda/functions) and [Layers](https://app.localstack.cloud/resources/lambda/layers) resources.
543+
The Resource Browser displays Functions and Layers resources.
544544
You can click on individual resources to view their details.
545545

546546
![Lambda Resource Browser](/images/aws/lambda-resource-browser.png)
547547

548548
The Resource Browser allows you to perform the following actions:
549549

550-
- **Create Functions & Layers**: Create a new [Lambda function](https://app.localstack.cloud/resources/lambda/functions/new) or a new [Lambda Layer](https://app.localstack.cloud/resources/lambda/layers/new) by clicking on **Create API** button on top-right and creating a new configuration by clicking on **Submit** button.
550+
- **Create Functions & Layers**: Create a new Lambda function or a new Lambda Layer by clicking on **Create API** button on top-right and creating a new configuration by clicking on **Submit** button.
551551
- **View Function & Layer Details**: Click on any function or layer to view detailed information such as the resource's name, ARN, runtime, handler, and more.
552552
You can also navigate across different versions of the resource.
553553
- **Delete Functions & Layers**: To delete a function or layer, select the resource from the Resource Browser, click on the **Remove Selected** button at the top-right of the screen, and confirm the deletion by clicking on the **Continue** button.

0 commit comments

Comments
 (0)