Jonathan
Jonathan
Hi there, thanks for raising this issue. Just to confirm, you're saying that from the lambda function, you can perform operations with `aws.s3` but not with `aws.lambda`? If so, I'm...
Hopefully with the [0.2.0 release](https://github.com/cloudyr/aws.ec2metadata/releases/tag/0.2.0) of `aws.ec2metadata` this should be improved. The timeout for checking metadata has been decreased from the curl default of 10s to 1s (to bring it...
I'm not sure why it's different. I suspect the answer is merely "because it was written that way quite a while ago". While it would be a kind of breaking...
Hi there, thanks for reporting this issue. This is a known issue. As it stands right now aws.signature doesn't read in `.aws/config` (#53). At the moment, as a work around,...
I'll look into this. Thanks for raising it!
Also, looking at the code, wow. I feel like the `canonical_headers` needs some work in general. Lets just hope no-one ever wanted to send a filename in a body...
Looking more into this, according to the docs the signed body is required (and certainly features in all of their examples). But we've not generated it so far. So I'm...
Okay, I've released a version which has the facility to generate that header. So it can at least be used by packages. When I have a better idea of how...
This is absolutely something I would like to see working. Thank you for raising this ticket. It's complicated by (as was noted over in cloudyr/aws.iam#13) a lot of the needed...