Press ESC to close

Or check our Popular Categories...
Category:

architecture

6 Articles
6
aws
5 min read

Best Practices for AWS Step Functions

Recently I've been working with Step Functions in my day-to-day work, as well as in my personal projects, and I decided to write this post as a way of articulating the ins-and-outs of Step Functions I've learnt while using them. It helps that a few [https://aws.amazon.com/about-aws/whats-new/2019/05/aws-step-functions-support-callback-patterns/] new...

2 min read

Understand your Lambda Event Retries

Understanding the differences between the various event types and their retries is important, because it will change how you design and code your application. If you're developing a serverless application in Lambda, you will have to deal with retries. They are a necessary evil of a distributed system, which all serverless applications are. Cost Lambda...

aws
2 min read

Top 10 AWS Serverless Resources

With so much buzz around serverless at re:Invent [https://reinvent.awsevents.com/] 2017, I thought it would be a good time to highlight the best places and resources to find AWS-specific serverless information: 1. AWS re:Invent 2017 Serverless Breakout Sessions on YouTube [https://www.youtube.com/watch?v=I2JE-JGHOKw&list=PLhr1KZpdzukc-1lMQ8iugc82jaVUt_Nej] This...

1 min read

Real World Serverless Application Examples

UPDATED: Added examples from submissions. I love seeing real-world serverless applications. This post is a collection of the best examples, break-downs, and deep-dive articles and videos I've come across recently: * MyCrypto.tools [https://medium.com/@tunatore/how-mycrypto-tools-uses-aws-lambda-serverless-architecture-b5603df10443] is a nice write-up on all the components in their serverless stack. * TubeAlert [https://www.hammerspace.co.uk/...