Serverless

Taking advantage of provider managed Function as a Service (FaaS) offerings to operate applications so they are scalable and efficient.

Architecture, not the Framework

When it’s unclear, these posts refer to serverless architecture, not the Serverless framework, which I find completely unnecessary at best, and mostly problematic.

Monolithic vs Endpoint Functions in AWS Lambda

When deploying serverless applications to AWS Lambda, do you create a single, monolithic function to handle all the application endpoints or a lambda function per endpoint? In this post, I will explore these two approaches to deploying serverless applications.

Serverless Application Delivery with AWS CodePipeline

AWS CodePipeline can help you rid yourself of build servers which take resources to manage and are at risk of outages affecting multiple teams. In this post, we will discuss replacing your existing CI server with a serverless solution.