mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-27 00:55:57 +03:00
[GH-ISSUE #1655] Help with node scripts and AWS #1647
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1647
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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, orfetchbehind the scene.Technically,
aws-sdkmight use the built-infetchlibrary 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.