Skip to content

sowmitranalla/websocket-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The terraform scripts in this repo will create an ALB, ASG, launch config, instances, etc. The backend code will let ALB know things are going fine and accept web socket requests

To run the terraform script:

  • create a file called terraform.tfvars
  • fill above file with the variables defined in variables.tf
  • terraform init && terraform apply
  • terraform destroy after you're done toying/testing

New questions:

  1. What is the effect of using stages in API Gateway.
  • how to do blue/green deployments
  • use canary

About

infrastructure + backend code to debug pesky websocket bug

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published