Nico Domino

Results 576 comments of Nico Domino

The current state of this is as follows: - We need the `solid-start-example-app` Vercel project to deploy successfully so we can merge this because it points at that demo project....

I have a branch, or set of branchs/PRs in the end probably, going to add support for this. The first branch should be ready to put up a PR soon....

Ah yeah I was struggling with the CLI route mentioned above. Thanks for the tips, will give that a shot :+1:

Made a little bit of progress, got the aws `~/.aws/credentials` values in (using the `fromNodeProviderChain` which supports all sorts of credential options like env vars as well) and am passing...

Yeah so I saw that it takes the object, a promise that resolves to that object or a function returning either. I'd have to double check, but I'm pretty sure...

Yeah so turns out it doesn't return a promise ![image](https://user-images.githubusercontent.com/7415984/219509353-0d68bd5f-1ba4-4ea5-b9f2-d3be743da990.png) So I just set that to a variable and tried to log it and then pass it to the `credentials`...

And that `AwsCredentialIdentityProvider` is apparenlty just the object we thoguht it was :thinking: ![image](https://user-images.githubusercontent.com/7415984/219509659-31304695-9e06-49b9-89ca-d819c5a59fd5.png)

Okay well I figured out part of the problem.. apparently the import is `undefined` Docs say this should work, but isn't for me :joy: ``` import { fromNodeProviderChain } from...

Alright so digging into the `@aws-sdk/credential-providers` in my `node_modules`, showed that it _was_ there and there was a named export called `fromNodeProviderChain`, so no idea what was going on there.....

Final update: just needed SSL enabled and it worked :joy: Will clean up the PR and push final soon https://github.com/beekeeper-studio/beekeeper-studio/compare/master...ndom91:beekeeper-studio:ndom91/add-general-iamoptions