1 Answer
- Newest
- Most votes
- Most comments
1
Hi,
In Python, we have to use URL and the token into the Response for sending data to the WebSocket connection.
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ssm/client/start_session.html
So, my guess is, you have to use the WebSocket protocol to send your data in.
To maintain your connection up, you send periodically a probe to keep it alive.
Sorry, I don't have any example to show you.
Otherwise, you can create a subprocess/subshell and keep the process ID, to track it.
answered 3 years ago
Relevant content
- asked a year ago
- asked a year ago
- asked 3 years ago
- AWS OFFICIALUpdated 9 months ago
