blog: seven days with terraform

This commit is contained in:
Thomas 2023-01-20 19:22:35 +00:00
parent 7a054b6666
commit 897d859d21
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ I spent a lot of today (hours) attempting to get a Lambda to trigger on a schedu
## Day Three: Lambda => SQS Communication ## Day Three: Lambda => SQS Communication
I managed to get the scheduled Lambda running in <20 minutes by using Cloudwatch Events. From what I can tell it's using EventBridge under the hood, but it was available in `eu-west-2` and also worked first time without complaint. I managed to get the scheduled Lambda running in less than 20 minutes by using Cloudwatch Events. From what I can tell it's using EventBridge under the hood, but it was available in `eu-west-2` and also worked first time without complaint.
My focus other of this day way getting the results from a web scraping operation into a known format, converting that to JSON, then sending that over to SQS. My focus other of this day way getting the results from a web scraping operation into a known format, converting that to JSON, then sending that over to SQS.

File diff suppressed because one or more lines are too long