Skip to content

Fix labels for filters #1381

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/tutorials/elb-load-balancing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- elb
- lmb
platform:
- javascript
- JavaScript
deployment:
- serverless
tags:
Expand Down
8 changes: 4 additions & 4 deletions content/en/tutorials/ephemeral-application-previews/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ description: >
type: tutorials
teaser: "ephemeral-application-previews-banner.png"
services:
- lambda
- cloudfront
- dynamodb
- lmb
- cfr
- ddb
- s3
platform:
- JavaScript
deployment:
- AWS CLI
- awscli
pro: true
leadimage: "ephemeral-application-previews-banner.png"
---
Expand Down
8 changes: 4 additions & 4 deletions content/en/tutorials/gitlab_ci_testcontainers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ type: tutorials
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."
services:
- s3
- lambda
- api-gw
- lmb
- agw
platform:
- java
- Java
deployment:
- aws-java-sdk
- aws-cli
- awscli
tags:
- Java
- AWS Java SDK
Expand Down
2 changes: 1 addition & 1 deletion content/en/tutorials/java-notification-app/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- sns
- clf
platform:
- java
- Java
deployment:
- aws-java-sdk
- CloudFormation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ type: tutorials
teaser: ""
services:
- sqs
- lambda
- lmb
platform:
- Python
deployment:
- AWS CLI
- awscli
pro: true
leadimage: "aws-replicator-extension-tutorial-cover.png"
---
Expand Down
2 changes: 1 addition & 1 deletion content/en/tutorials/schema-evolution-glue-msk/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- msk
- glu
platform:
- java
- Java
deployment:
- awscli
tags:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- agw
- ddb
platform:
- Javascript
- JavaScript
deployment:
- terraform
tags:
Expand Down
5 changes: 4 additions & 1 deletion data/developerhub/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,8 @@
"msk": "MSK",
"r53": "Route53",
"fis": "Fault Injection Simulator",
"farg": "Fargate"
"fargate": "Fargate",
"dms": "DMS",
"rs": "Redshift",
"appconfig": "AppConfig"
}