I am mostly trying to figure out if what I need is even possible, if someone has pointers as to how, that would be even better.
I have an access key/secret from an organisation I work with, that grants access to an AWS SQS queue (I also have the ARN for that queue). Now I would like to use AWS lambda polling on that queue to execute a lambda function on incoming messages. I fail to figure out how to connect the external SQS with my lambda function. I can put the ARN but then the permissions are missing. I wonder if I can add the access key/secret somewhere or if that is altogether impossible and I have to implement the polling on my own?