Skip to content

Commit 5bfe8ee

Browse files
committed
add lambda dependancies to api
1 parent 72563ea commit 5bfe8ee

File tree

6 files changed

+22
-6
lines changed

6 files changed

+22
-6
lines changed

bootstrap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
| Name | Version |
1111
|------|---------|
12-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.0 |
12+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.70.0 |
1313

1414
## Modules
1515

infrastructure/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
| Name | Version |
1010
|------|---------|
11-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.95.0 |
11+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.86.1 |
1212

1313
## Modules
1414

infrastructure/api.tf

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,37 @@ resource "aws_api_gateway_deployment" "ndr_api_deploy" {
4444
aws_api_gateway_authorizer.repo_authoriser,
4545
aws_api_gateway_resource.get_document_reference,
4646
module.access-audit-gateway,
47+
module.access-audit-lambda,
4748
module.back-channel-logout-gateway,
49+
module.back_channel_logout_lambda,
4850
module.create-doc-ref-gateway,
51+
module.create-doc-ref-lambda,
4952
module.create-token-gateway,
53+
module.create-token-lambda,
5054
module.delete-doc-ref-gateway,
55+
module.delete-doc-ref-lambda,
5156
module.document-manifest-job-gateway,
57+
module.document-manifest-job-lambda,
5258
module.feature-flags-gateway,
59+
module.feature-flags-lambda,
5360
module.get-report-by-ods-gateway,
61+
module.get-report-by-ods-lambda,
5462
module.lloyd-george-stitch-gateway,
63+
module.lloyd-george-stitch-lambda,
5564
module.logout-gateway,
65+
module.logout_lambda,
5666
module.search-document-references-gateway,
67+
module.search-document-references-lambda,
5768
module.search-patient-details-gateway,
69+
module.search-patient-details-lambda,
5870
module.send-feedback-gateway,
71+
module.send-feedback-lambda,
5972
module.update-upload-state-gateway,
73+
module.update-upload-state-lambda,
6074
module.upload_confirm_result_gateway,
75+
module.upload_confirm_result_lambda,
6176
module.virus_scan_result_gateway,
77+
module.virus_scan_result_lambda
6278
]
6379

6480
lifecycle {

infrastructure/modules/app_config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ No requirements.
66

77
| Name | Version |
88
|------|---------|
9-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.96.0 |
9+
| <a name="provider_aws"></a> [aws](#provider\_aws) | n/a |
1010

1111
## Modules
1212

infrastructure/modules/cloudfront/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ No requirements.
66

77
| Name | Version |
88
|------|---------|
9-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.95.0 |
9+
| <a name="provider_aws"></a> [aws](#provider\_aws) | n/a |
1010

1111
## Modules
1212

@@ -28,7 +28,7 @@ No modules.
2828
| <a name="input_bucket_domain_name"></a> [bucket\_domain\_name](#input\_bucket\_domain\_name) | Domain name to assign CloudFront distribution to | `string` | n/a | yes |
2929
| <a name="input_bucket_id"></a> [bucket\_id](#input\_bucket\_id) | Bucket ID to assign CloudFront distribution to | `string` | n/a | yes |
3030
| <a name="input_qualifed_arn"></a> [qualifed\_arn](#input\_qualifed\_arn) | Lambda@Edge function association | `string` | n/a | yes |
31-
| <a name="input_web_acl_id"></a> [web\_acl\_id](#input\_web\_acl\_id) | Web ACL to associate this Cloudfront distribution with | `string` | n/a | yes |
31+
| <a name="input_web_acl_id"></a> [web\_acl\_id](#input\_web\_acl\_id) | Web ACL to associate this Cloudfront distribution with | `string` | `""` | no |
3232

3333
## Outputs
3434

infrastructure/modules/firewall_waf_v2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ No requirements.
66

77
| Name | Version |
88
|------|---------|
9-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.95.0 |
9+
| <a name="provider_aws"></a> [aws](#provider\_aws) | n/a |
1010

1111
## Modules
1212

0 commit comments

Comments
 (0)