Agani Satria
Agani Satria

Reputation: 107

Lambda not working trigger message from SQS FIFO, but it does from SQS Standard

i just created lambda function that have trigger from SQS FIFO, but somehow not working.

Already add the AWSLambdaSQSQueueExecutionRole and AmazonSQSFullAccess to the lambda, but seems not working.

Other than that, im trying with standard SQS, the message is showing on Cloudwatch and i think its working.

My question is:

  1. does SQS FIFO trigger works with lambda? i just search trough internet, and i think it supported.
  2. is there a missing step, or missing policy for FIFO?

Upvotes: -1

Views: 46

Answers (1)

Agani Satria
Agani Satria

Reputation: 107

After some research, yes it does work. I forgot to put permission into lambda to access KMS

Upvotes: 0

Related Questions