How setup header in Postman for Api Gateway authenticated with Cognito?

后端 未结 3 2054
终归单人心
终归单人心 2021-01-02 15:57

I use AWS Identity Pool with Facebook provider to authenticate client. I need to invoke AWS Lambda using Api Gateway. From Cognito, using Facebook token, i received credenti

3条回答
  •  無奈伤痛
    2021-01-02 16:17

    JoshuaC and Vijayanath Viswanathan thank you both. Following your suggestion I resolved the issue.

    I did the follow steps:

    1. Setup AWS Signature and click on "Update Request"

    1. Add in header "X-Amz-Security-Token" with SessionToken

提交回复
热议问题