1.2.3 • Published 1 year ago

@dvargas92495/aws-websocket v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

aws-websocket

Creates the AWS resources necessary to run a Serverless WebSocket infrastructure using API Gateway.

Features

  • Creates a WebSocket API Gateway and related Lambdas

Usage

provider "aws" {
  region = "us-east-1"
}

module "aws_websocket" {
  source  = "dvargas92495/websocket/aws"
  name    = "example"
}

Inputs

  • name - The AWS API Gateway name.
  • repo - The name of the repo for the project. Defaulted to the name of the gateway, replacing - with ..

Output

There are no exposed outputs

1.2.3

1 year ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago