Amazon web services – Lambda function to PutRecord on Kinesis Stream ETIMEDOUT Error
I am writing a very simple lambda in JS. Its main purpose is to take the message from SQS (that i am triggering manually from AWS console) and then publish to kinesis stream through a put record. I have given…