Reputation: 107
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:
Upvotes: -1
Views: 46
Reputation: 107
After some research, yes it does work. I forgot to put permission into lambda to access KMS
Upvotes: 0