Package Exports
- @aws-lite/apigatewaymanagementapi
- @aws-lite/apigatewaymanagementapi/src/index.mjs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@aws-lite/apigatewaymanagementapi) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@aws-lite/apigatewaymanagementapi
Official
aws-liteplugin for API Gateway WebSocket Management API
Maintained by: @architect
Install
npm i @aws-lite/apigatewaymanagementapiOptionally install types:
npm i -D @aws-lite/apigatewaymanagementapi-typesReference
Reference documentation with examples at aws-lite.org
Methods
PostToConnection
Properties:
ConnectionId(string) [required]- WebSocket connection ID
ApiUrl(string)- Full API Gateway WebSocket URL, including stage; if using this, do not use
ApiIdandStage; example:wss://abc123.execute-api.us-west-1.amazonaws.com/$default
- Full API Gateway WebSocket URL, including stage; if using this, do not use
ApiId(string)- API Gateway ID
Stage(string)- API Gateway stage; example:
$default
- API Gateway stage; example:
Data(string, object)- Data to send to WebSocket client
DeleteConnection
Properties:
ConnectionId(string) [required]- WebSocket connection ID
ApiUrl(string)- Full API Gateway WebSocket URL, including stage; if using this, do not use
ApiIdandStage; example:wss://abc123.execute-api.us-west-1.amazonaws.com/$default
- Full API Gateway WebSocket URL, including stage; if using this, do not use
ApiId(string)- API Gateway ID
Stage(string)- API Gateway stage; example:
$default
- API Gateway stage; example:
GetConnection
Properties:
ConnectionId(string) [required]- WebSocket connection ID
ApiUrl(string)- Full API Gateway WebSocket URL, including stage; if using this, do not use
ApiIdandStage; example:wss://abc123.execute-api.us-west-1.amazonaws.com/$default
- Full API Gateway WebSocket URL, including stage; if using this, do not use
ApiId(string)- API Gateway ID
Stage(string)- API Gateway stage; example:
$default
- API Gateway stage; example: