Skip to content

Tag: Serverless Computing

Cloud Computing

AWS Lambda: pricing model and pitfalls

The pay per use pricing model of function as a service makes it appear to be really cheap. For a lot of workloads, it is really a lot cheaper and maybe even free. There's a lot of costs that can quickly add up and surprise businesses.

November 5, 2019
Cloud Computing

How to Resolve Serverless error: lambda is not a function

When trying to invoke any of your lambda functions if you are getting an error that says "lambda is not a function" the problem is likely that the handler is misspelled in the serverless.yml file OR you aren't exporting modules.exports.handler and are instead exporting something else.

January 15, 2019
Adapting to Serverless Computing
Programming

How to Adapt to Serverless Computing

Serverless computing is a really new and very trans formative change that allow companies to grow and scale their businesses very quickly.…

October 6, 2017
What is Serverless Computing
Programming

What is Serverless Computing

In the ten years or so that I have been programming professionally, there’s been significant changes to the way we did things…

October 4, 2017