AWS
Learning the AWS CDK
CloudFormation written in Python? Yes! After using the CDK for a bit, I believe it will be replacing CloudFormation for most AWS IaC in the coming years. The CDK is a layer of abstraction built on top of CloudFormation(CF). It allows you to write a condensed, but more powerful form of CF in one of … Read more
Fix error sam deploy unable to locate credentials using AWS SAM with AWS CLI v2 SSO
Fix – Error: Unable to upload artifact myAPIName referenced by CodeUri parameter of myAPIName resource.
Unable to locate credentials
Install AWS SAM CLI on Linux without Homebew
The official AWS installation docs for Linux tell you to install Homebew so that you can install the AWS SAM CLI. This is just plain dumb. You should not need to install a new package manager just to install one tool. Below are the steps to follow so that you do not have to. Prerequisites … Read more
Run Postman’s Newman in an AWS Lambda function: specify JSON export location
Resolve Newman file system error when run in Lambda: “EROFS: read-only file system, mkdir ‘/var/task/newman'”
AWS WordPress Blog: Part 2 – Deploy the EC2 Instance
This article will detail how to deploy the EC2 server and it’s IAM role.
AWS WordPress Blog: Part 1 – Buy a domain
The first step in setting up a WordPress blog at AWS, purchasing a domain.