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:
- does SQS FIFO trigger works with lambda? i just search trough internet, and i think it supported.
- is there a missing step, or missing policy for FIFO?