Christoph Gysin

Results 54 comments of Christoph Gysin

Seems to work for me: ``` $ sls deploy Serverless: Packaging service... Serverless: Excluding development dependencies... Serverless: Uploading CloudFormation file to S3... Serverless: Uploading artifacts... Serverless: Uploading service websocket-authorizer-example.zip file...

@emilhdiaz Are you still working on this? I'm interested in the same feature, I might be able to finish this PR if needed.

deno FileReader API has been merged to master: https://github.com/denoland/deno/issues/5249 :champagne: I [forked](https://github.com/christophgysin/aws-sdk-js-v3) the work from @PaulThompson and added a few more fixes. We can now make some basic API requests:...

@mrowles Could you open an issue on https://github.com/christophgysin/aws-sdk-js-v3/issues? Please provide a full example to reproduce the problem.

@bootrino No, it does not support deno at all. [I maintain a fork](https://github.com/christophgysin/aws-sdk-js-v3) that I try to keep in sync which supports deno, and is [published on deno.land](https://deno.land/x/[email protected]).

Adding aws-crt blocks me from updating the [deno port of aws-sdk-js-v3](https://github.com/christophgysin/aws-sdk-js-v3) past v3.33.0. :+1: for WASM, which would also allow using this in deno.

Would you be willing to merge a PR that implements this? Currently the credential configurations are: ```ts const pipeline = new GitHubWorkflow(app, 'Pipeline', { ... gitHubActionRoleArn: 'arn:aws:iam:::role/GitHubActionRole', } ``` ```ts...

Hi @kaizencc! This is correct. We use bare EC2 instances as runners and would like to use the credentials provided by the instance role. I'm currently trying to patch out...

I would be happy with a secret flag to make my use case work for now.