http://qs321.pair.com?node_id=1189489


in reply to Re^2: Paws questions
in thread Paws questions

Are you using Paws::STS to get a security token?
Have a look at "AWS Lambda For The Impatient Part 3" http://www.i-programmer.info/programming/cloud/10537-aws-lambda-for-the-impatient-part-3.html?start=1

Replies are listed 'Best First'.
Re^4: Paws questions
by Krambambuli (Curate) on May 05, 2017 at 09:16 UTC
    Yes, but that is supposed to happen - and happens - 'under the hood'.

    Basically, I'm trying to access the cloudwatch service, with an IAM user account set up to switch to a given role, from an external (non-AwS) machine.
      In this case I would suggest setting up an API Gateway which exposes and HTTP API endpoint which calls into the Cloudwatch service. Since you don't want to use any AWS credentials in the clean machine you can authorize through creating API Keys by choosing security for your endpoint as "Open with access key", so that you can access the backend service over HTTP