From 0c4266ce679468b800d128b787b6e755d8a31b31 Mon Sep 17 00:00:00 2001 From: Liudvikas Taluntis <43747286+Duslerke@users.noreply.github.com> Date: Thu, 14 May 2026 15:26:28 +0100 Subject: [PATCH] Switch to the Cognito authorizer on staging environment. --- NotesApi/serverless.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotesApi/serverless.yml b/NotesApi/serverless.yml index 090eced..6856708 100644 --- a/NotesApi/serverless.yml +++ b/NotesApi/serverless.yml @@ -143,7 +143,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 pre-production: arn:aws:lambda:eu-west-2:578479666894:function:api-auth-verify-token-new-pre-production-apiauthverifytokennew safeguards: