Posts tagged as "terraform"

How to Upload Multiple Files to AWS S3 using Terraform
1 min

A snippet to upload multiples files from a specific folder (recursively) to AWS S3 using terraform

Read post ›
How to use terraform to process SQS messages in a lambda
2 min

In this post, we will set up a lambda to process the messages that are available on the queue

Read post ›
How to publish email bounce notifications to an SQS queue
3 min

In this post, I configure AWS to publish email bounce notifications to an SQS queue using terraform

Read post ›
Terraform: Create an SNS topic for SES in a different region
1 min

How can we create SNS topics to access SES created in a different region to the rest of our infrastructure

Read post ›