From 37b8bbd6f4bc006ed5407159b3df081d66d227cd Mon Sep 17 00:00:00 2001 From: Andrew Hemming Date: Fri, 3 Jan 2025 15:39:26 +0000 Subject: [PATCH] Fix typos --- modules/postgres-etl/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/postgres-etl/README.md b/modules/postgres-etl/README.md index acae35cd..1d7af633 100644 --- a/modules/postgres-etl/README.md +++ b/modules/postgres-etl/README.md @@ -22,7 +22,7 @@ We have `extract` and `load` modules that contain Terraform code for extracting AWS Services: RDS for source and target databases, S3 for intermediate storage, ECS for running extraction and loading tasks and Step Functions for orchestration. -Kubernetes: Dispather to monitor S3 for changes and Jobs for data transformation +Kubernetes: Dispatcher to monitor S3 for changes and Jobs for data transformation Jenkins: Orchestrates the pipeline by triggering Step Functions, monitoring jobs and logging execution. Please refer to the `ccs-jenkins-jobs` repo for the [Postgres ETL job](https://jenkins-eks.techopsdev.com/job/digitalmarketplace-1.5/job/postgres-etl/). @@ -97,6 +97,6 @@ Contains environment variables for container `pg_restore` within **Load** ECS ta #### SQS in the `extract` module -We have a SQS Queue service used for watching the S3 bucket in the Extract environment. +We have a SQS Queue service for watching the S3 bucket in the Extract environment.