@exanubes/pulumi-websocket-api
v1.0.8
Published
The `WebsocketApi` is a very simple component that streamlines the creation of a Websocket API in Pulumi by providing several helper methods to reduce the required boilerplate code.
Downloads
4
Readme
Pulumi Websocket API
The WebsocketApi
is a very simple component that streamlines the creation of a Websocket API in Pulumi by providing several helper methods
to reduce the required boilerplate code.
The instance includes the following helper methods:
addRoute
- for adding routes to the apiaddStage
- for adding stages to the apiaddAuthorizer
- for creating a Lambda Request AuthorizergetInvokePolicy
- for creating a Policy Document that will allow invoking the execute-api and manage connections