Deleting an AWS API Gateway resource.
Because it is not well documented in the AWS docs herein is how you delete an AWS API Gateway resource. Click on the end point in the left hand side.… Read More »Deleting an AWS API Gateway resource.
Because it is not well documented in the AWS docs herein is how you delete an AWS API Gateway resource. Click on the end point in the left hand side.… Read More »Deleting an AWS API Gateway resource.
Over at stayclassyinternet Thomas did a write up on the AWS pricing over time; specifically focused on S3 as it has been a consistent service available for the longest time. It… Read More »`Investigating AWS Pricing over Time` by Thomas Vachon
I can finally relax a bit. Cleared both CP and SAA. Now to breath for a couple weeks. So happy right now. Oh man, so relieved….
Yesterday I sat for the AWS Certified Cloud Practitioner exam. It’s been nearly 6 months of studying, little gaming, much less beer, and far fewer trips. But as of today I am… Read More »Today, today is a good day.
…as of now(ish) all AWS accounts get a rolling 7 days of CloutTrail functionality as part of the free tier! While not helpful to business / enterprise; it defiantly helps… Read More »Some news from AWS…
Opps; forgot to circle back to this… So we finally got it working. Local and Jenkins automated testing that couples with Lambda for media processing! What we ended up doing… Read More »AWS Lambda and automated testing (pt2).
A corner stone of the IT/Dev career field is this: ‘never stop learning’. I like to expand on it and include ‘When you stop learning, your start becoming worthless’. While… Read More »Another month, another set of continuing education courses.
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.