Testing AWS Lambda with Kinesis stream in local IDE
Recently worked on a projected where I migrated event publishing from RabbitMQ to Kinesis stream. In this post I will discuss how we can create AWS Lambda project and test the Lambda logic in local IDE without deploying to the project in AWS cloud. In this post I will focus on developing and testing lambda…