all
guides & tutorials
user stories
operations & observability
engineering culture
news
guides & tutorials - 18.01.18

Serverless Framework example for Golang and Lambda

AWS Lambda Golang support is one of the most exciting announcements of 2018. Here's a quick template for using Go with the Serverless Framework!

written by Maciej Winnicki

Your CORS and API Gateway survival guide

Get the basics on Cross-Origin Resource Sharing (CORS) and how to avoid problems with your Serverless web APIs on Lambda.

written by Alex DeBrie

How to use AWS Fargate and Lambda for long-running processes in a Serverless app

We'll show you how to process a video file that extracts a thumbnail in Amazon ECS using Fargate and Lambda

written by Rupak Ganguly

From chef to Serverless developer in 4 years

I started out my career as a chef. Now I'm a serverless developer.

written by Kieran McCarthy

guides & tutorials - 08.01.18

How To Manage Your Alexa Skills With Serverless

How to manage Alexa Skills and Lambda functions with Serverless Framework + Alexa Skills Plugin

written by Masashi Terui

guides & tutorials - 03.01.18

Build a Github webhook handler with Serverless & AWS Lambda

Deploy a Serverless service that posts notifications of Github stars in a Slack channel

written by Alex DeBrie

1
2
..
19
20
21
..
44
45

New to serverless?

To get started, pop open your terminal & run:

npm install serverless -g