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
- Host: GitHub
- URL: https://github.com/superluminar-io/godays-workshop
- Owner: superluminar-io
- License: mit
- Created: 2019-01-17T08:05:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-01T12:30:03.000Z (almost 7 years ago)
- Last Synced: 2025-03-28T16:43:50.677Z (10 months ago)
- Topics: aws, golang, lambda, serverless, tutorial, workshop
- Language: CSS
- Homepage: https://go-serverless-workshop.com
- Size: 3.39 MB
- Stars: 3
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.