File tree Expand file tree Collapse file tree 3 files changed +0
-58
lines changed
infrastructure/terraform/components/api Expand file tree Collapse file tree 3 files changed +0
-58
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ No requirements.
3232| <a name =" module_authorizer_lambda " ></a > [ authorizer\_ lambda] ( #module\_ authorizer\_ lambda ) | git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/lambda | v2.0.4 |
3333| <a name =" module_domain_truststore " ></a > [ domain\_ truststore] ( #module\_ domain\_ truststore ) | git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/s3bucket | v2.0.17 |
3434| <a name =" module_get_letters " ></a > [ get\_ letters] ( #module\_ get\_ letters ) | git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/lambda | v2.0.10 |
35- | <a name =" module_hello_world " ></a > [ hello\_ world] ( #module\_ hello\_ world ) | git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/lambda | v2.0.10 |
3635| <a name =" module_kms " ></a > [ kms] ( #module\_ kms ) | git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/kms | v2.0.10 |
3736| <a name =" module_logging_bucket " ></a > [ logging\_ bucket] ( #module\_ logging\_ bucket ) | git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/s3bucket | v2.0.17 |
3837| <a name =" module_patch_letters " ></a > [ patch\_ letters] ( #module\_ patch\_ letters ) | git::https://github.com/NHSDigital/nhs-notify-shared-modules.git//infrastructure/modules/lambda | v2.0.10 |
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ data "aws_iam_policy_document" "api_gateway_execution_policy" {
4949
5050 resources = [
5151 module . authorizer_lambda . function_arn ,
52- module . hello_world . function_arn ,
5352 module . get_letters . function_arn ,
5453 module . patch_letters . function_arn
5554 ]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments