Category: AWS
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…