Trying to call AWS Firehose service's PutRecord using AWS SDK from Lambda Function that located in different region using NodeJS environment. This works when Lambda Function and Firehose are in same region and not working when Function is in other region. Is there a setting of Firehose or IAM role attached to it that could allow these inter region calls?