An open API service indexing awesome lists of open source software.

https://github.com/superluminar-io/godays-workshop

GoDays Serverless Workshop
https://github.com/superluminar-io/godays-workshop

aws golang lambda serverless tutorial workshop

Last synced: 10 months ago
JSON representation

GoDays Serverless Workshop

Awesome Lists containing this project

README

          

# Go Serverless Workshop

This repo hosts code examples, the website and the presentation.

Go to https://go-serverless-workshop.com to start the workshop.

# Website

The website is built with Hugo and uses the [hugo-theme-learn](http://github.com/matcornic/hugo-theme-learn) theme. Code is in [website/](website).

# Slides

Workshop slides are in the root folder: `*.slides`. They use [present](https://godoc.org/golang.org/x/tools/present).
Run `make present` to start the presentation. Assumes a working Go installation.

# Example code

Everything else is example code.