I have SQS which triggers lambda.
- When i put message in SQS Queue it shows message in flight and my lambda is not able to process message.
- On other hand if i remove trigger , my message was available and I run test on lambda manually, it will work fine.