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

后端 未结 3 2061
终归单人心
终归单人心 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:09

    You have to manually set 'x-amz-security-token' in Postman and pass the token in that header.

提交回复
热议问题