@dvargas92495/aws-websocket
TypeScript icon, indicating that this package has built-in type declarations

1.2.3 • Public • Published

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

Package Sidebar

Install

npm i @dvargas92495/aws-websocket

Weekly Downloads

22

Version

1.2.3

License

MIT

Unpacked Size

38.4 kB

Total Files

5

Last publish

Collaborators

  • dvargas92495