Lets Encrypt on Amazon Linux,

 So after switching some domain names around I wanted to add a Lets Encrypt SSL cert. to the blog here. Simple enough right? Log into…

AWS Lambda, S3, and VPC

Found this awesome bit of information floating around the internet: https://aws.amazon.com/blogs/aws/new-access-resources-in-a-vpc-from-your-lambda-functions/

AWS Lambda and automated testing.

So as you can see from my previous posts I recently developed a AWS Lambda function that pulls data from S3, processes it, and updates…

The pain with AWS Lambda…

…I realize I am a bit new the AWS platform and some things are just impossible, but here is the desired work flow: POST/PUT image…

The `aws s3 sync` command…

From the manual: ‘Syncs directories and S3 prefixes. Recursively copies new and updated files from the source directory to the destination. Only creates folders in…

The down side of micro-service architecture…

…so at my employ we are attempting to deploy a micro-service style application and thus enjoy all the new hotness that comes with it. The…