aws

http://status.aws.amazon.com/ https://www.expeditedssl.com/aws-in-plain-english
mruzekw 2020-05-23T00:47:59.242700Z

Would there be any reason to use Pulumi with CLJS -> JS/TS?

mruzekw 2020-05-23T00:48:39.242900Z

You're probably have to write your own specs unless there's a converter, but I wondered if y'all thought there were an advantages to doing that

lvh 2020-05-23T18:43:01.245300Z

Does anyone have any conveniently packaged ways to generate S3 pre-signed GET URLs? I don't want to use the Java SDK, because I'm already using Cognitect's SDK to keep JAR size down; I've seen https://github.com/cognitect-labs/aws-api/issues/5 which has a workaround gist but only for POSTs (and adapting it to GET/PUT style requests is nontrivial). There's https://github.com/gkarthiks/s3-presigned-url, but that only takes an access key and a secret, not a session token (which is necessary for role creds).

ghadi 2020-05-23T19:01:11.245900Z

@lvh our next version of aws-api should have some support for presigning

1👏
ghadi 2020-05-23T19:01:34.246400Z

there are SHAs in our github that do it presently, but you're on your own

2020-05-26T14:40:42.254Z

We're working on it in the execution-flow branch, so, for now, consider HEAD of that branch to be a moving pre-alpha target 😉

lvh 2020-05-26T23:19:49.254500Z

Awesome, thanks! Well give it a shot :)

lvh 2020-05-23T19:16:22.246700Z

SHAs as in specific commits?

lvh 2020-05-23T19:16:45.247400Z

Hooray! I guess I’ll put up with the extra Lambda size for a little then :)

ghadi 2020-05-23T20:09:27.247700Z

Yes