aws

A collection of 44 posts

Redirects in Serverless

Now that the Lambda Proxy Integration [http://docs.aws.amazon.com/apigateway/latest/developerguide/integrating-api-with-aws-services-lambda.html] is a thing for API GW [https://aws.amazon.com/api-gateway/], performing redirects is a much simpler - and more sane - thing to

I'm Writing a Book about AWS!

A few months ago I was approached to write a book about AWS for Packt Publishing [https://www.packtpub.com]. I'm pleased to announce that the AWS Administration Cookbook [https://www.packtpub.com/virtualization-and-cloud/aws-administration-cookbook] is mostly written,

The Serverless Compute Manifesto

While watching the Building Complex Serverless Applications [https://www.youtube.com/watch?v=yCOgc3MRUrs] talk from re:Invent 2016 I discovered The Serverless Compute Manifesto. I couldn't find it reproduced in an easy to use format, so here

Understanding CloudWatch Events

When I first used CloudWatch Events [https://blog.rowanudell.com/scheduling-lambda-functions-with-the-aws-cli/] I knew just enough to get the job done. As I've played with it more, I've realised that the official docs [https://docs.aws.amazon.

Updating Security Groups with Lambda

> Paying for idle is so 2015 I had some Lambda Functions that scraped data from the Internet, and stored them in a database. Locking-down the RDS Security Group to only Lambda Functions turned out to be more complicated than