We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey what's the reason this tool must be invoked as a standalone script??? I see there's a make_request method but if I do
make_request
import awscurl awscurl.make_request(...)
will throw exception! Can we support this???
The text was updated successfully, but these errors were encountered:
What is the exception you are getting? Currently also trying to make this work.
Sorry, something went wrong.
It just can't find the module. awscurl module doesn't seem to have any submodules
awscurl
This seems to work for me:
from awscurl.awscurl import make_request
Then you just have to call make_request with the same parameters as in here.
The above should work - thanks @djrmarques and good luck @katrinevr412!
No branches or pull requests
Hey what's the reason this tool must be invoked as a standalone script??? I see there's a
make_request
method but if I dowill throw exception! Can we support this???
The text was updated successfully, but these errors were encountered: