diff --git a/html/error.html b/html/error.html index 6d39041..35e5bf7 100644 --- a/html/error.html +++ b/html/error.html @@ -5,6 +5,5 @@ Error - diff --git a/infra/main.tf b/infra/main.tf index c2f15ac..188e862 100644 --- a/infra/main.tf +++ b/infra/main.tf @@ -59,10 +59,8 @@ resource "aws_s3_bucket_public_access_block" "website" { depends_on = [aws_s3_bucket.website] } - resource "aws_s3_bucket_policy" "website" { bucket = aws_s3_bucket.website.id - policy = jsonencode({ Version = "2012-10-17" Statement = [ @@ -170,7 +168,7 @@ resource "aws_lambda_permission" "apigw_lambda" { resource "aws_lambda_layer_version" "test_lambda_layer" { filename = "make_lamda_layer/python.zip" layer_name = "test_lambda_layer" - compatible_runtimes = ["python3.8", "python3.7"] + compatible_runtimes = ["python3.8"] } resource "aws_lambda_function" "lambda" { @@ -227,7 +225,6 @@ resource "aws_lambda_function" "scan" { } } - tags = local.terratag_added_main } diff --git a/requirements.txt b/requirements.txt index cbcf5f1..6b1ca54 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,4 @@ selenium-wire==4.2.0 certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability requests>=2.32.2 # not directly required, pinned by Snyk to avoid a vulnerability urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability -Werkzeug==2.1.2 +Werkzeug==2.1.2 \ No newline at end of file