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
I need configurate proxy url in AWS.Config proxy like httpOptions, but i don't find this option.
External options are:
options = @options( key: '', secret: '', region: 'eu-west-1' distribution: '' )
And then, code constructs AWS.Config like
cf = new AWS.CloudFront(new AWS.Config({accessKeyId:options.key, secretAccessKey: options.secret, region:options.region}))
I need something similar to:
cf = new AWS.CloudFront(new AWS.Config({accessKeyId:options.key, secretAccessKey: options.secret, region:options.region, httpOptions: options.httpOptions}))
Is this possible?
I'm going to try a fork, some annotation?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I need configurate proxy url in AWS.Config proxy like httpOptions, but i don't find this option.
External options are:
And then, code constructs AWS.Config like
cf = new AWS.CloudFront(new AWS.Config({accessKeyId:options.key, secretAccessKey: options.secret, region:options.region}))
I need something similar to:
cf = new AWS.CloudFront(new AWS.Config({accessKeyId:options.key, secretAccessKey: options.secret, region:options.region, httpOptions: options.httpOptions}))
Is this possible?
I'm going to try a fork, some annotation?
The text was updated successfully, but these errors were encountered: