Skip to content

Commit fd9c9e0

Browse files
committed
[ELI-702] undoing anything not for the test
1 parent 153f63c commit fd9c9e0

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

infrastructure/modules/lambda/lambda.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ resource "aws_lambda_function" "eligibility_signposting_lambda" {
1010

1111
source_code_hash = filebase64sha256(var.file_name)
1212

13-
code_signing_config_arn = local.enable_lambda_code_signing ? aws_lambda_code_signing_config.signing_config.arn : null
14-
1513
runtime = var.runtime
1614
timeout = 30
1715
memory_size = 2048

infrastructure/modules/lambda/locals.tf

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)