-
Notifications
You must be signed in to change notification settings - Fork 634
Description
Describe the feature
We want ST client in JS SDK to support similar functionality that local proxy has supported - https://github.com/aws-samples/aws-iot-securetunneling-localproxy
So that we can directly create a tunnel and start a proxy within JS SDK without need to compile the LocalProxy binary.
Use Case
Currently, to use AWS IoT Secure Tunneling's Local Proxy, users need to build the source code themselves, which requires setting up a development environment with the necessary dependencies. This process is time-consuming and can be challenging for users who just want to quickly establish secure tunnels without dealing with compilation issues across different platforms and architectures.
Proposed Solution
client-iotsecuretunneling to support LocalProxy in JS SDK. So we can directly connect to a tunnel and start a localproxy with the tunnel
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
SDK version used
N/A
Environment details (OS name and version, etc.)
all platform