Skip to content

Commit 8b9e344

Browse files
docs: adding new LS Toolkit doc changes (#187)
Co-authored-by: Brian Rinaldi <[email protected]>
1 parent c286384 commit 8b9e344

File tree

13 files changed

+112
-66
lines changed

13 files changed

+112
-66
lines changed

astro.config.mjs

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -329,35 +329,39 @@ export default defineConfig({
329329
collapsed: true,
330330
},
331331
{
332-
label: 'Testing Utils',
333-
slug: 'aws/tooling/testing-utils',
332+
label: 'LocalStack Toolkit VS Code',
333+
slug: 'aws/tooling/vscode-extension',
334334
},
335335
{
336-
label: 'LocalSurf',
337-
slug: 'aws/tooling/localsurf',
338-
},
339-
{
340-
label: 'AWS Replicator',
341-
slug: 'aws/tooling/aws-replicator',
336+
label: 'Lambda Tools',
337+
autogenerate: {
338+
directory: '/aws/tooling/lambda-tools',
339+
},
340+
collapsed: true,
342341
},
343342
{
344343
label: 'Event Studio',
345344
slug: 'aws/tooling/event-studio',
346345
},
346+
{
347+
label: 'AWS Replicator',
348+
slug: 'aws/tooling/aws-replicator',
349+
},
347350
{
348351
label: 'DNS Server',
349352
slug: 'aws/tooling/dns-server',
350353
},
354+
{
355+
label: 'Testing Utils',
356+
slug: 'aws/tooling/testing-utils',
357+
},
351358
{
352359
label: 'LocalStack Docker Extension',
353360
slug: 'aws/tooling/localstack-docker-extension',
354361
},
355362
{
356-
label: 'Lambda Tools',
357-
autogenerate: {
358-
directory: '/aws/tooling/lambda-tools',
359-
},
360-
collapsed: true,
363+
label: 'LocalSurf',
364+
slug: 'aws/tooling/localsurf',
361365
},
362366
],
363367
},
572 KB
Loading
5.61 KB
Loading
21.4 KB
Loading
6.92 KB
Loading
23.6 KB
Loading
6.36 KB
Loading
7.44 KB
Loading

scripts/redirects/_redirects

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
/applications/temp/ /aws/sample-apps/ 301
135135
/applications/serverless-container-based-apis-with-amazon-ecs-api-gateway/ https://github.com/localstack-samples/sample-terraform-ecs-apigateway 301
136136
/user-guide/aws/s3/ /aws/services/s3 301
137-
/user-guide/lambda-tools/vscode-extension/ /aws/tooling/lambda-tools/vscode-extension 301
137+
/user-guide/lambda-tools/vscode-extension/ /aws/tooling/vscode-extension 301
138138
/user-guide/chaos-engineering/ /aws/capabilities/chaos-engineering/ 301
139139
/persistence/supported/ /aws/capabilities/state-management/persistence-coverage 301
140140
/user-guide/aws/ce/ /aws/services/ce 301
@@ -406,4 +406,4 @@
406406
/user-guide/extensions/managing-extensions/ /aws/tooling/extensions/managing-extensions 301
407407
/references/filesystem/ /aws/capabilities/config/filesystem/ 301
408408
/references/ /aws/capabilities/config/ 301
409-
/academy/localstack-101/getting-started/ https://www.youtube.com/watch?v=CzX4mfiS058&feature=youtu.be 301
409+
/academy/localstack-101/getting-started/ https://www.youtube.com/watch?v=CzX4mfiS058&feature=youtu.be 301

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ LocalStack provides various tools to help you develop, debug, and test your AWS
531531
- **Remote debugging**: LocalStack's remote debugging functionality allows you to attach a debugger to your Lambda function using your preferred IDE.
532532
To get started with remote debugging in LocalStack, see our [debugging documentation](/aws/tooling/lambda-tools/remote-debugging).
533533
- **Lambda VS Code Extension**: LocalStack's Lambda VS Code Extension supports deploying and invoking Python Lambda functions through AWS SAM or AWS CloudFormation.
534-
To get started with the Lambda VS Code Extension, see our [Lambda VS Code Extension documentation](/aws/tooling/lambda-tools/vscode-extension).
534+
To get started with the Lambda VS Code Extension, see our [Lambda VS Code Extension documentation](/aws/tooling/vscode-extension).
535535
- **API for querying Lambda runtimes**: LocalStack offers a metadata API to query the list of Lambda runtimes via `GET http://localhost.localstack.cloud:4566/_aws/lambda/runtimes`.
536536
It returns the [Supported Runtimes](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html) matching AWS parity (i.e., excluding deprecated runtimes) and offers additional filters for `deprecated` runtimes and `all` runtimes (`GET /_aws/lambda/runtimes?filter=all`).
537537

@@ -726,4 +726,4 @@ You might encounter this error if it is set to `legacy`.
726726

727727
## API Coverage
728728

729-
<FeatureCoverage service="lambda" client:load />
729+
<FeatureCoverage service="lambda" client:load />

0 commit comments

Comments
 (0)