We were having a discussion over on the Serverless Forum [http://forum.serverless.com/t/hitting-cloudformation-max-resources/1098/3] about CloudFormation resources, and I came up with this AWS CLI command that I could see myself using later, so I'
Write Clean JavaScript
Over the weekend I discovered a cool repo on GitHub: ryanmcdermott/clean-code-javascript [https://github.com/ryanmcdermott/clean-code-javascript]. It's a great summary of Uncle Bob's timeless programming classic Clean Code [https://www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882]
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
Hands On With Serverless v1 Screencast
I've just finished my first Serverless screencast. Check it out and let me know what you think: It's my first screencast, so there's lots of things that I'd like to fix in
Database Connections in Lambda
I hang out a lot in the Serverless forum [http://forum.serverless.com/] and Gitter [https://gitter.im/serverless/serverless] - I just like talking about this new-fangled FaaS (Functions-as-a-Service) thing. A common misconception that keeps coming up is that
Testing Serverless Functions Locally
I've been really enjoying playing with the Serverless framework [https://serverless.com/] recently. The FaaS (Function-as-a-Service) model really appeals to me, and I think it's going to be A Big Deal in the future. The Serverless
Using DynamoDb with Serverless
I've been playing a lot with the Serverless framework [https://serverless.com/] since they moved from v0.x to v1 (which is currently in beta). I really like the direction they've taken it, and have been
How to get good at DevOps
DevOps is the new Big Data. People aren't really sure what it means exactly, but that isn't going to stop them putting it down as a requirement for a job... I have been doing development and