Deploy a Python Lambda
Example showing how to deploy a sample HelloWorld Python Lambda via CLI
Cross Account Golang Lambda Example
We look at using a resource policy to allow a Golang lambda to be invoked cross account
Redshift Disaster Recovery
How does Redshift disaster recovery work? Let’s find out
Redshift Terraform Example
Example showing how to use terraform to launch a redshift cluster
Deploy a Golang Lambda
Example showing how to deploy a sample HelloWorld Golang Lambda via CLI
Using Ansible in AWS
Using AWS State Manager to run Ansible playbooks in AWS
Using Ansible to create SSH users
Using AWS State Manager to run Ansible playbooks in AWS
Golang Redshift Example
Examples on how to connect to Redshift using a Golang Lambda
Using Redshift in a private subnet
Looking at different ways we can connect Redshift and Lambdas inside of a private subnet to SecretsManager
AWS - Understanding IMDSv2
Understanding the importance of using IMDSv2
Kubernetes - Create a staging site for each branch
How to create a unique staging environment for each branch by using kubernetes
Terraform - Place your EC2 instance in a private subnet
Looking at different ways we can connect Redshift and Lambdas inside of a private subnet to SecretsManager
Kubernetes CKAD Exam Tips
Top 4 tips for passing the k8s CKAD exam
How to configure Magento2 environment variables
Let’s look at the correct way to configure environment variables in magento 2
How to restrict access to a single S3 bucket
We look at how to create a policy for giving full access to a single S3 bucket in AWS
Using Postman with Magento the right way
Magento’s API uses an expiring bearer token for authorization. This means that you will need to routinely pull down a new bearer token in order to keep using the API.