How to store certificate as a secret in AWS secret manager ? How to pass that secret in https call using AWS appSync resolver?
问题 I need to get elements from AWS dynamoDB and thrid party https service and merge those results in AWS appSyn and send back the result as graphQL response Third party service which I am using, expects client side certificate. I am not finding proper AWS documents on how to pass agent using AWS appSync resolver. I am also not finding documents to store certificate as secret in AWS secret manager. Is there anyone faced similar problem? Or do you guys have any solution to it? 回答1: It depends on