2018/12/18 - AmazonApiGatewayManagementApi - 1 new api methods
Changes This is the initial SDK release for the Amazon API Gateway Management API, which allows you to directly manage runtime aspects of your APIs. This release makes it easy to send data directly to clients connected to your WebSocket-based APIs.
Sends the provided data to the specified connection.
See also: AWS API Documentation
Request Syntax
client.post_to_connection( Data=b'bytes'|file, ConnectionId='string' )
bytes or seekable file-like object
[REQUIRED]
The data to be sent to the client specified by its connection id.
string
[REQUIRED]
The identifier of the connection that a specific client is using.
None