danmermel / cryptario

Cryptic crossword solver
0 stars 0 forks source link

investigate terraform data object #64

Closed danmermel closed 3 years ago

danmermel commented 4 years ago

See if we can use this data object to simplify the way we upload the lambda code:

data "archive_file" "lambda_js" { type = "zip" source_file = "${path.module}/templates/index.js" output_path = "${path.module}/templates/lambda_function.zip" }