Posts tagged as "AWS"

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 ›
Add a billing admin user to secure an AWS root account
3 min

How can we create a user with administrator and Billing Access rights so that we can reduce the number of reasons of why we would need to log in as a root user

Read post ›
How do you upload a PDF received from an API to AWS S3?
1 min

A code snippet to encrypt and upload a PDF file to an AWS S3 bucket received as a Stream from an external API

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 ›