Skip to content

Serverless example of AWS Lambda + Golang + Api Gateway Websocket + DynamoDB

Notifications You must be signed in to change notification settings

zviryatko/golang-serverless-websocket-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of Serverless + AWS Lambda + Golang + Websockets + DynamoDB

This is an example of a Serverless project that uses AWS Lambda and Golang to create a Websocket through AWS API Gateway and stores sessions in AWS DynamoDB.

Requirements

Deploy

  1. Clone this repository
  2. Run make deploy to deploy AWS Stack

Usage

Open from different terminals wscat -c wss://<API Gateway URL>/dev Or connect to Websocket from different browser tabs.

About

Serverless example of AWS Lambda + Golang + Api Gateway Websocket + DynamoDB

Topics

Resources

Stars

Watchers

Forks