aws / aws/session-manager-plugin
'sessionId' capitalization is inconsistent
Open
- Dominant language
- Go
- Stars
- 320
- Forks
- 97
- PR merge metrics
- No merged PRs in 30d
Description
When using SSM, the messages use inconsistent capitalization between the starting and ending messages.
"Starting session with **S**essionId: ..."
"Exiting session with **s**essionId: ..."

I think the problem is on [line 784 in /src/datachannel/streaming.go](https://github.com/aws/session-manager-plugin/blob/mainline/src/datachannel/streaming.go#L784)
Contributor guide
Assessment
This issue has not been assessed yet.