We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57e184 commit 133ea94Copy full SHA for 133ea94
infrastructure/lambda-authoriser.tf
@@ -1,7 +1,7 @@
1
module "authoriser-lambda" {
2
source = "./modules/lambda"
3
- name = "AuthoriserLambda"
4
- handler = "handlers.authoriser_handler.lambda_handler"
+ name = "AuthorizerLambda"
+ handler = "handlers.authorizer_handler.lambda_handler"
5
iam_role_policy_documents = [
6
aws_iam_policy.ssm_access_policy_authoriser.policy,
7
module.auth_session_dynamodb_table.dynamodb_read_policy_document,
0 commit comments