diff --git a/cdn.tf b/cdn.tf index a614b5c..52b83d7 100644 --- a/cdn.tf +++ b/cdn.tf @@ -1,12 +1,5 @@ # manages the short codes -data "archive_file" "redirect" { - type = "zip" - source_file = "redirect/index.js" - output_path = "${path.module}/build/redirect.zip" -} - - resource "aws_lambda_function" "redirect" { function_name = "sondehub-redirect"