Skip to content

pringtest/AWS_Serverless_Websocket

Repository files navigation

AWS Serverless Websocket

Introduction

  • This repo contain basic example of AWS Serverless Websocket deploy by using SAM.
  • Feel free to explore the code at your own risk. 😜

Resources Used

  • DynamoDB
  • Lambda
  • API Gateway V2 (Websocket Protocol)

Tech

This repo uses open source projects to work properly:

Installation

Install the dependencies and devDependencies.

cd AWS_Serverless_Websocket
npm install

SAM build and deploy. Used --guided for the first deployment

aws configure
sam build
sam deploy --guided

Test

Test your websocket at here after deploy

  • Example: wss://*******.execute-api.ap-northeast-1.amazonaws.com/dev?email=syamim_nsl@yahoo.com

License

MIT

Free Software, Syukran Alhamdulillah Thank to Allah!

About

Basic Example of AWS Serverless Websocket Architecture

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published