• 24th September 2022
SNS Data Protection Example

Automatically scan for PII by using the SNS message data protection feature

  • 20th September 2022
Lambda SNS SQS Example

We look at a simple example showing how to publish a message from Lambda to SNS, then queue it for processing later in SQS.

  • 18th September 2022
Lambda Cron Example (Terraform)

Example showing how to configure eventbridge to run your lambda on a cronjob using terraform

  • 12th September 2022
How to hide a Staging Website From Google

Using a noindex tag to stop google seeing your staging website

  • 26th August 2022
Debugging Linux Servers

Cheatsheet showing how to debug common issues on linux servers

  • 13th August 2022
Deploy a Python Lambda

Example showing how to deploy a sample HelloWorld Python Lambda via CLI

  • 1st August 2022
Cross Account Golang Lambda Example

We look at using a resource policy to allow a Golang lambda to be invoked cross account

  • 23rd July 2022
Redshift Disaster Recovery

How does Redshift disaster recovery work? Let’s find out

  • 6th July 2022
Redshift Terraform Example

Example showing how to use terraform to launch a redshift cluster

  • 7th June 2022
Deploy a Golang Lambda

Example showing how to deploy a sample HelloWorld Golang Lambda via CLI

  • 22nd May 2022
Using Ansible in AWS

Using AWS State Manager to run Ansible playbooks in AWS

  • 15th May 2022
Using Ansible to create SSH users

Using AWS State Manager to run Ansible playbooks in AWS

  • 17th April 2022
Golang Redshift Example

Examples on how to connect to Redshift using a Golang Lambda

  • 17th April 2022
Using Redshift in a private subnet

Looking at different ways we can connect Redshift and Lambdas inside of a private subnet to SecretsManager

  • 26th March 2022
AWS - Understanding IMDSv2

Understanding the importance of using IMDSv2

  • 6th March 2022
Kubernetes - Create a staging site for each branch

How to create a unique staging environment for each branch by using kubernetes