Neil Bostrom
Neil Bostrom
Oh please do! That would be great. Let me know if you need anything more than the Gist.
@asanjeevak I've updated my gist to the latest version of the client libraries. I've got a small sample app available at: https://s3.eu-west-1.amazonaws.com/com.ipresent.dev.cloudformation/SampleApp.zip. I've not got any IAM authenticated services running...
Are you able to tell me which property / method is throwing the NotImplementedException? I've stubbed off all the props / methods that were not being used at the time,...
If you debug the program, are you able to tell me which property was the source of the exception? Not all the methods need to be implemented for the class...
I'm not able to test it here as I don't have a GraphQL service that I can mutate against. If you can list all the property names it failed on,...
Looks like an issue with the signing request. Not sure I can help a huge amount as I can't reproduce the issue here. Sorry I can't be more help.
These session tokens would be requested when required. You can use STS to request these session tokens: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html. Generating a session token would usually be done on your authenticated server...
@hasnainv Afraid I don't. I've not used Cognito before. If you can get an accesskey, secretkey and session token from the credentials class then you can use my gist.
@alexconwayspok Sure, it's a few classes and a sample that looks up a specific AMI by name. https://gist.github.com/NeilBostrom/97048a42e536a3b94f37dce2e4ac0c38
@normj Did you want me to try to put a PR for this feature together? Might need some thoughts from you and your team on how you would want it...