I do have a question that I'm probably putting in the wrong spot, but I just ramped up a quick GraphQL endpoint on AWS, and I didn't write down the API Key anywhere... I just made it go up... now Houdini wants me to supply it as a 'bearer token' because it obviously didn't have any access to do a call to the endpoint... so I logged into the stack on Pulumi, and it's very ahh... lots of tokens and stuff. Key appears to be two UUID's and then ciphertext: and a ... JSON?
■ If you need to pass headers, add them after the URL (eg: '<http://myurl.com/graphql> Authorization=Bearer MyToken')
It's like, two keys and one ciphertext instead of what I expected... an actual AWS API Key