aws

http://status.aws.amazon.com/ https://www.expeditedssl.com/aws-in-plain-english
souenzzo 2020-06-15T14:13:22.278500Z

I'm thinking about create a repository with "common aws tasks with aws-api" Thinks like "create a signed s3 url", "shutdown a machine", "get logs from group"... do something like that already exists?

2👍
lloydshark 2020-06-17T08:40:33.286300Z

Nice - I think that's a useful thing to do.

kenny 2020-06-15T15:24:33.279100Z

I haven't been closely following along with the development of that branch. I was getting notifications about a discussion on a GH issue but didn't read closely. Is there an example in code or docs that would show me how this works?

kenny 2020-06-15T16:29:47.282300Z

For those interested, here's a working example of calling AWS API Gateway using aws-api: https://gist.github.com/kennyjwilli/aa9e99321d9443a8ae80448974850e79. Most of the code was copied out of the cognitect.aws.signers . The original goal was to be able to call an API Gateway authenticated with the AWS_IAM authenticator. This lets you publish an authenticated HTTP Direct Datomic endpoint accessible as long as you have the right AWS creds available on your system.

1👍
kenny 2020-06-15T16:33:59.282400Z

It's sounding like all this will be replaced with the workflow stuff in the execution-flow branch 🤞:skin-tone-2: In the interim, this does work.

souenzzo 2020-06-15T22:20:50.282700Z

Done https://github.com/souenzzo/aws-api-examples