Nicolas Mattia
Nicolas Mattia
I didn't know about `hal`, thanks for sharing! I'll have a look this weekend.
This is very interesting, I didn't know you could provide custom runtimes: https://docs.aws.amazon.com/lambda/latest/dg/runtimes-custom.html I wonder if using `hal` would buy us anything, since we need the full input request as...
Sure! I'll provide a more verbose answer later but here's some inspiration (for building and deploying with Nix and Terraform): Building the lambda: https://github.com/deckgo/deckdeckgo/blob/3f5a9202a05699c2275e489f826b42d74a82955c/infra/default.nix#L4-L15 Deploying: https://github.com/deckgo/deckdeckgo/blob/3f5a9202a05699c2275e489f826b42d74a82955c/infra/lambda.tf#L49-L54 https://github.com/deckgo/deckdeckgo/blob/3f5a9202a05699c2275e489f826b42d74a82955c/infra/lambda.tf#L3
hi @leiniercs, you should get an option to scan a QR code with your phone (although I'm no 100% that'll use the same passkey that you created on your phone)....
hi @ralyodio , can you clarify how you get this? is this a build error, and if so what command are you running and what environment (npm, node versions, OS,...
Hi, can you run `npm run build` and copy the output here? What versions of dfx and npm are you using?
That makes total sense. This would be a great question for https://github.com/dfinity/sdk. @ericswanson-dfinity thoughts on this? @bitdivine the nns-dapp also [includes internet identity in its `dfx.json`](https://github.com/dfinity/nns-dapp/blob/753d03d8b67986041f957c6075ae33d7311d7100/dfx.json#L10). How do you deal...
> The use of "remote canisters" might be a good fit here Oh nice, didn't know this was live! @7flash that's definitely the correct solution
@bitdivine I think you recently did some work to deploy Internet identity from dfx, is that correct? @ericswanson-dfinity would that be the solution here?
Thanks for the report! Unfortunately I cannot reproduce it. Here's what I tried: * Add yubikey as recovery mechanism * Remove yubikey recovery mechanism * Re-add yubikey as recovery mechanism...