Skip to content

Commit 133ea94

Browse files
committed
A dummy to test on NDRB a lambda change
1 parent e57e184 commit 133ea94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infrastructure/lambda-authoriser.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module "authoriser-lambda" {
22
source = "./modules/lambda"
3-
name = "AuthoriserLambda"
4-
handler = "handlers.authoriser_handler.lambda_handler"
3+
name = "AuthorizerLambda"
4+
handler = "handlers.authorizer_handler.lambda_handler"
55
iam_role_policy_documents = [
66
aws_iam_policy.ssm_access_policy_authoriser.policy,
77
module.auth_session_dynamodb_table.dynamodb_read_policy_document,

0 commit comments

Comments
 (0)