aws-apps-scripts icon indicating copy to clipboard operation
aws-apps-scripts copied to clipboard

An interface to authenticate AWS api requests from within google scripts

Results 4 aws-apps-scripts issues
Sort by recently updated
recently updated
newest added

Thank you and for your work and this is pretty useful for me. I modified your code and made it support Amazon Bedrock. Could you put a LICENSE file in...

By default, POST data is formatted as JSON. Not all AWS services accept JSON though, in our example, Amazon SES. I used the existing `options` parameter to supply a different...

How can I use it to StartInstances? what am I doing wrong? ``` AWS.init("XXXXX", "XXXXXXX); var i = { "InstanceIds": [ "i-XXXXXX" ] } var response = AWS.request( service='ec2', region='us-east-1',...

I am trying to access AWS rekognition service var instanceXML = AWS.request('rekognition', 'us-east-1','RekognitionService.ListCollections',null, "POST"); getting when I am hitting with post man I am getting proper data which is show...