Skip to content

Tag: Serverless

Serverless Framework Logo
Cloud Computing

Getting started with Serverless Framework

The Serverless Framework allows us to abstract away quite a bit of the complexity from setting up lambda functions and the necessary events to execute them, especially through the API gateway. In this blog post we look at how to set up a simple project to use the serverless framework.

February 15, 2022
Serverless Framework Logo
Cloud Computing

Running Serverless Framework Functions Locally

Developing locally makes a lot more sense than deploying to a dev environment consistently because it helps save time, save some cloud costs, and avoids obvious embarrassment. :)

April 21, 2020
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
Serverless Framework
Programming

What is the Serverless Framework?

The Serverless Framework is a free open source framework that allows us to easily build applications on cloud providers like AWS using serverless computing. By utilizing Serverless development and IT operations teams are able to quickly build functions and the events that will trigger them.

July 4, 2017
Programming

AWS/ Serverless Fixing AccessDeniedException

“Unhandled rejection AccessDeniedException: Your access has been denied by EC2, please make sure your function execution role have permission to CreateNetworkInterface. EC2…

June 2, 2016