From 88808271642e765ca2c845492131d95872ee7137 Mon Sep 17 00:00:00 2001 From: LBHTKarki Date: Fri, 22 May 2026 15:17:08 +0100 Subject: [PATCH 1/2] switch prod authorizer --- ContractsApi/serverless.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ContractsApi/serverless.yml b/ContractsApi/serverless.yml index 595faf5..bafd403 100644 --- a/ContractsApi/serverless.yml +++ b/ContractsApi/serverless.yml @@ -136,7 +136,7 @@ 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-gateway-lambda-authorizer - production: arn:aws:lambda:eu-west-2:153306643385:function:api-auth-verify-token-new-production-apiauthverifytokennew + production: arn:aws:lambda:eu-west-2:153306643385:function:api-gateway-lambda-authorizer pre-production: arn:aws:lambda:eu-west-2:578479666894:function:api-auth-verify-token-new-pre-production-apiauthverifytokennew safeguards: - title: Require authorizer From 2d23e6fca173bdeb76b884063bc68cc86aa18eed Mon Sep 17 00:00:00 2001 From: LBHTKarki Date: Fri, 22 May 2026 15:18:38 +0100 Subject: [PATCH 2/2] update code owners --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index a781902..1dfc5ed 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,4 +1,4 @@ # This file specifies owners for pull request approval # See https://help.github.com/articles/about-code-owners/ -* @LBHackney-IT/targeted-services +* @LBHackney-IT/shared-services