From e7b5688434c41fd7d1e1b663d3d237ca2968b35b Mon Sep 17 00:00:00 2001 From: Liudvikas Taluntis <43747286+Duslerke@users.noreply.github.com> Date: Thu, 14 May 2026 14:12:14 +0100 Subject: [PATCH] Switch to the Cognito authorizer on staging environment. --- ProcessesApi/serverless.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProcessesApi/serverless.yml b/ProcessesApi/serverless.yml index 2490946..13be501 100644 --- a/ProcessesApi/serverless.yml +++ b/ProcessesApi/serverless.yml @@ -231,7 +231,7 @@ resources: custom: authorizerArns: development: arn:aws:lambda:eu-west-2:859159924354:function:api-gateway-lambda-authorizer - staging: arn:aws:lambda:eu-west-2:715003523189:function:api-auth-verify-token-new-staging-apiauthverifytokennew + staging: arn:aws:lambda:eu-west-2:715003523189:function:api-gateway-lambda-authorizer production: arn:aws:lambda:eu-west-2:153306643385:function:api-auth-verify-token-new-production-apiauthverifytokennew safeguards: - title: Require authorizer