This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
SSM startSession
does not work with AWS-StartPortForwardingSession
#7
Labels
Confirm by changing [ ] to [x] below to ensure that it's a bug:
Describe the bug
Forwarding remote ports to local ports does not work through the SDK.
Is the issue in the browser/Node.js?
Node.js
If on Node.js, are you running this on AWS Lambda?
No
Details of the browser/Node.js version
v12.14.0
SDK version number
v2.638.0
To Reproduce (observed behavior)
The above code runs, and the promise returns successfully without throwing any error. However, the specified local port is not bound to.
Expected behavior
I expected that local port 8200 would be bound to, just like if I had run
which does bind to my local port
The text was updated successfully, but these errors were encountered: