Open pontusvision opened 2 months ago
Hi Created a Docker compose file having three service 1)LocalStack service: containing S3 and lambda function 2) Terraform service: This will provision trigger function, create S3 bucket, and was lambda functions. 3) SQL service: As soon as the SQL container spins up, database and table will be created, but instead of creating two columns have created four columns (timestamp, id , name and value)
Hi Murali,
Thank you for your hard work; however, the final product does not fully match the original ask. Can you please create the missing docker compose service to run terraform and trigger the lambda? Here is the original ask for reference:
Lastly, can you also please amend the code to use the original JSONL file (without the [] between the JSON objects, keeping one object per line JSONL format) ?
Thanks.