Skip to content

Commit fb0ea42

Browse files
committed
release flow, version, source struct
1 parent f0d8593 commit fb0ea42

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release_created.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
--targetComponent "api" \
4242
--terraformAction "apply"
4343
deploy-proxy:
44+
needs: deploy-main #wait for backend deploy to complete
4445
name: "Deploy proxy"
4546
runs-on: ubuntu-latest
4647
timeout-minutes: 10

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0-${yyyy}${mm}${dd}.${HH}${MM}${SS}+${hash}
1+
1.1.2-${yyyy}${mm}${dd}.${HH}${MM}${SS}+${hash}

infrastructure/terraform/components/api/module_lambda_letter_updates_transformer.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module "letter_updates_transformer" {
3636

3737
lambda_env_vars = merge(local.common_lambda_env_vars, {
3838
EVENTPUB_SNS_TOPIC_ARN = "${module.eventpub.sns_topic.arn}",
39-
EVENT_SOURCE = "/data-plane/supplier-api/${var.group}/${var.environment}/letters"
39+
EVENT_SOURCE = "/data-plane/supplier-api/${var.group}/${var.environment}/update-status"
4040
})
4141
}
4242

0 commit comments

Comments
 (0)