Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 01389eb

Browse files
Fix labels for filters (#1381)
Co-authored-by: AncaGhenade <ancaghenade@gmail.com>
1 parent cd72f8a commit 01389eb

File tree

8 files changed

+18
-15
lines changed

8 files changed

+18
-15
lines changed

content/en/tutorials/elb-load-balancing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
- elb
1111
- lmb
1212
platform:
13-
- javascript
13+
- JavaScript
1414
deployment:
1515
- serverless
1616
tags:

content/en/tutorials/ephemeral-application-previews/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ description: >
77
type: tutorials
88
teaser: "ephemeral-application-previews-banner.png"
99
services:
10-
- lambda
11-
- cloudfront
12-
- dynamodb
10+
- lmb
11+
- cfr
12+
- ddb
1313
- s3
1414
platform:
1515
- JavaScript
1616
deployment:
17-
- AWS CLI
17+
- awscli
1818
pro: true
1919
leadimage: "ephemeral-application-previews-banner.png"
2020
---

content/en/tutorials/gitlab_ci_testcontainers/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ type: tutorials
88
teaser: "Learn how you can set up end-to-end testing using Testcontainers and LocalStack in GitLab CI. This tutorial covers setting up the `.gitlab-ci.yml` file, configuring GitLab runners, and setting up a local Docker runner. With this setup, you can ensure your application is thoroughly tested in a CI/CD environment."
99
services:
1010
- s3
11-
- lambda
12-
- api-gw
11+
- lmb
12+
- agw
1313
platform:
14-
- java
14+
- Java
1515
deployment:
1616
- aws-java-sdk
17-
- aws-cli
17+
- awscli
1818
tags:
1919
- Java
2020
- AWS Java SDK

content/en/tutorials/java-notification-app/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
- sns
1313
- clf
1414
platform:
15-
- java
15+
- Java
1616
deployment:
1717
- aws-java-sdk
1818
- CloudFormation

content/en/tutorials/replicate-aws-resources-localstack-extension/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ type: tutorials
88
teaser: ""
99
services:
1010
- sqs
11-
- lambda
11+
- lmb
1212
platform:
1313
- Python
1414
deployment:
15-
- AWS CLI
15+
- awscli
1616
pro: true
1717
leadimage: "aws-replicator-extension-tutorial-cover.png"
1818
---

content/en/tutorials/schema-evolution-glue-msk/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
- msk
1111
- glu
1212
platform:
13-
- java
13+
- Java
1414
deployment:
1515
- awscli
1616
tags:

content/en/tutorials/simulating-outages-in-your-application-stack/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
- agw
1313
- ddb
1414
platform:
15-
- Javascript
15+
- JavaScript
1616
deployment:
1717
- terraform
1818
tags:

data/developerhub/services.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,8 @@
5656
"msk": "MSK",
5757
"r53": "Route53",
5858
"fis": "Fault Injection Simulator",
59-
"farg": "Fargate"
59+
"fargate": "Fargate",
60+
"dms": "DMS",
61+
"rs": "Redshift",
62+
"appconfig": "AppConfig"
6063
}

0 commit comments

Comments
 (0)