I have created an API using API gateway with integration type 'Kinesis'. I am trying to access ListStreams method. I have created a role with AmazonKinesisFullAccess policy and trusted identity is set to apigateway.amazonaws.com. I have provided arn to the execution role field but while testing this API using console, getting following error:
<UnrecognizedClientException>
<Message>The security token included in the request is invalid</Message>
</UnrecognizedClientException>
Thanks