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 the box, follow the instructions… Read More »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 the box, follow the instructions… Read More »Lets Encrypt on Amazon Linux,
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/
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 a database. Now the problem:… Read More »AWS Lambda and automated testing.
…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 to S3 Run node.js app… Read More »The pain with AWS Lambda…
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 destination if they contain… Read More »The `aws s3 sync` command…
…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 technical issues we are now… Read More »The down side of micro-service architecture…