Eric Anderson
Eric Anderson
@joshclowater I think your problem is resolved because is you are not dynamically pulling the auth type from an aws exports file, so the string/enum value is known in this...
Maybe related to different X-FRAME-OPTIONS headers being set by different sites? Many sites try to prevent themselves from being iframed for security reasons
+1 for making this consistent. I just spent many hours debugging the details of the Amplify Auth library (access token), the Amplify mock api GraphIQL auth mocking (id token afaict),...
+1 for official guidance here. In particular, it's my understanding that this is needed in order to have a static outbound IP address for a lambda function (required if your...
> how do you manually change these lambda functions: "amplify-login-(verify/create/custom/define)-(ID)"? I don't see any Cloudformation templates for them. Just wanted to add in case it wasn't obvious: if you want...
>Where @stryker-mutator/core and @stryker-mutator/karma-runner are the only direct dependencies (rest are transient dependencies). >Is this what you mean? Yup, exactly! :) I can't claim to be an npm expert, but...
FWIW there is a similar flavor of issue for typescript-axios