From 3d30bd3b00a41425f3c49b2c37c8346505843aff Mon Sep 17 00:00:00 2001 From: Brian Rinaldi Date: Mon, 15 Jul 2024 16:35:20 -0400 Subject: [PATCH 1/2] Fix labels for filters There was inconsistent naming of the services and platforms that were used to generate the filters. This fixes that. --- content/en/tutorials/elb-load-balancing/index.md | 2 +- .../en/tutorials/ephemeral-application-previews/index.md | 8 ++++---- content/en/tutorials/gitlab_ci_testcontainers/index.md | 8 ++++---- content/en/tutorials/java-notification-app/index.md | 2 +- .../replicate-aws-resources-localstack-extension/index.md | 4 ++-- content/en/tutorials/schema-evolution-glue-msk/index.md | 2 +- .../simulating-outages-in-your-application-stack/index.md | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/content/en/tutorials/elb-load-balancing/index.md b/content/en/tutorials/elb-load-balancing/index.md index 41ce0c2d96..ea002dfd5a 100644 --- a/content/en/tutorials/elb-load-balancing/index.md +++ b/content/en/tutorials/elb-load-balancing/index.md @@ -10,7 +10,7 @@ services: - elb - lmb platform: -- javascript +- JavaScript deployment: - serverless tags: diff --git a/content/en/tutorials/ephemeral-application-previews/index.md b/content/en/tutorials/ephemeral-application-previews/index.md index 9882f3fdfb..938550d9dd 100644 --- a/content/en/tutorials/ephemeral-application-previews/index.md +++ b/content/en/tutorials/ephemeral-application-previews/index.md @@ -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" --- diff --git a/content/en/tutorials/gitlab_ci_testcontainers/index.md b/content/en/tutorials/gitlab_ci_testcontainers/index.md index 0f631fb63c..a6c3cea14f 100644 --- a/content/en/tutorials/gitlab_ci_testcontainers/index.md +++ b/content/en/tutorials/gitlab_ci_testcontainers/index.md @@ -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 diff --git a/content/en/tutorials/java-notification-app/index.md b/content/en/tutorials/java-notification-app/index.md index 92df561a34..aadace22ee 100644 --- a/content/en/tutorials/java-notification-app/index.md +++ b/content/en/tutorials/java-notification-app/index.md @@ -12,7 +12,7 @@ services: - sns - clf platform: -- java +- Java deployment: - aws-java-sdk - CloudFormation diff --git a/content/en/tutorials/replicate-aws-resources-localstack-extension/index.md b/content/en/tutorials/replicate-aws-resources-localstack-extension/index.md index c759c42301..eb94c593a3 100644 --- a/content/en/tutorials/replicate-aws-resources-localstack-extension/index.md +++ b/content/en/tutorials/replicate-aws-resources-localstack-extension/index.md @@ -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" --- diff --git a/content/en/tutorials/schema-evolution-glue-msk/index.md b/content/en/tutorials/schema-evolution-glue-msk/index.md index af943c3178..f78809570f 100644 --- a/content/en/tutorials/schema-evolution-glue-msk/index.md +++ b/content/en/tutorials/schema-evolution-glue-msk/index.md @@ -10,7 +10,7 @@ services: - msk - glu platform: -- java +- Java deployment: - awscli tags: diff --git a/content/en/tutorials/simulating-outages-in-your-application-stack/index.md b/content/en/tutorials/simulating-outages-in-your-application-stack/index.md index 28bb85d3a7..e242c0d15c 100644 --- a/content/en/tutorials/simulating-outages-in-your-application-stack/index.md +++ b/content/en/tutorials/simulating-outages-in-your-application-stack/index.md @@ -12,7 +12,7 @@ services: - agw - ddb platform: -- Javascript +- JavaScript deployment: - terraform tags: From bd340f93985fd6758803150ca051157ef916db7d Mon Sep 17 00:00:00 2001 From: AncaGhenade Date: Mon, 15 Jul 2024 13:52:40 -0700 Subject: [PATCH 2/2] add missing labels for services --- data/developerhub/services.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data/developerhub/services.json b/data/developerhub/services.json index 6a4405f579..0cc82adbf3 100644 --- a/data/developerhub/services.json +++ b/data/developerhub/services.json @@ -56,5 +56,8 @@ "msk": "MSK", "r53": "Route53", "fis": "Fault Injection Simulator", - "farg": "Fargate" + "fargate": "Fargate", + "dms": "DMS", + "rs": "Redshift", + "appconfig": "AppConfig" } \ No newline at end of file