From 6a55b1a1dfd18f37a7fedc01bd41f17ff21138e6 Mon Sep 17 00:00:00 2001 From: DiegoVictor Date: Tue, 4 Jun 2024 19:29:34 -0300 Subject: [PATCH] Fix function reference --- template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.yml b/template.yml index 9e5b2d4..dd11f98 100644 --- a/template.yml +++ b/template.yml @@ -33,7 +33,7 @@ Resources: DeploymentPreference: Type: AllAtOnce Hooks: - PreTraffic: !Ref MigrationFunction + PreTraffic: !Ref MigrationsFunction Environment: Variables: CODE_RUNNER_FUNCTION_NAME: !Ref CodeRunnerFunction