graphql-lambda-subscriptions / ApiGatewayManagementApiSubset
▸ deleteConnection(input
): Object
Name | Type |
---|---|
input |
Object |
input.ConnectionId |
string |
Object
Name | Type |
---|---|
promise |
() => Promise <any > |
▸ postToConnection(input
): Object
Name | Type |
---|---|
input |
Object |
input.ConnectionId |
string |
input.Data |
string |
Object
Name | Type |
---|---|
promise |
() => Promise <any > |