[GH-ISSUE #1655] Help with node scripts and AWS #1647

Open
opened 2026-03-03 19:53:09 +03:00 by kerem · 1 comment
Owner

Originally created by @brandonregard on GitHub (May 28, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1655

Please chime in here: https://github.com/awslabs/aws-sdk-v3-js-proxy/issues/23

Originally created by @brandonregard on GitHub (May 28, 2023). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1655 Please chime in here: https://github.com/awslabs/aws-sdk-v3-js-proxy/issues/23
Author
Owner

@NghiaTranUIT commented on GitHub (May 28, 2023):

@brandonregard is it run via NodeJS? If it's, let's try the Automatic Setup: https://docs.proxyman.io/automatic-setup/automatic-setup

It will open the pre-configured Terminal app -> Run your code in this Terminal -> It automatically adds the Proxy, and trust the certificate.

You don't need the aws-sdk-v3-js-proxy anymore. Just run your AWS via the Terminal.

It works out of the box if the aws-sdk-v3 is using axios, or fetch behind the scene.


Technically, aws-sdk might use the built-in fetch library from NodeJS 18 to make RESTFUL APIs, so it required some code to trust Proxyman certificate. By using the Automatic Setup, it's automatically done.

<!-- gh-comment-id:1566147054 --> @NghiaTranUIT commented on GitHub (May 28, 2023): @brandonregard is it run via NodeJS? If it's, let's try the Automatic Setup: https://docs.proxyman.io/automatic-setup/automatic-setup It will open the pre-configured Terminal app -> Run your code in this Terminal -> It automatically adds the Proxy, and trust the certificate. ✅ You don't need the [aws-sdk-v3-js-proxy](https://github.com/awslabs/aws-sdk-v3-js-proxy) anymore. Just run your AWS via the Terminal. It works out of the box if the aws-sdk-v3 is using `axios`, or `fetch` behind the scene. ---------------- Technically, `aws-sdk` might use the built-in `fetch` library from NodeJS 18 to make RESTFUL APIs, so it required some code to trust Proxyman certificate. By using the Automatic Setup, it's automatically done.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#1647
No description provided.