Alex Freas
Alex Freas
For me, the issue was having two queues in the `arn:` property. ``` events: - sqs: arn: !GetAtt MessagingQueue.Arn !GetAtt MessagingInternalQueue.Arn ``` I fixed it by just adding another `-...
I had this issue and the problem in my case was a combination of poor error logging and developer error. I'm using `apiType: http` in my configuration. Here's the config:...
> @akfreas how did you trace that? (I mean you said poor logging) > > > > Can you format a little your response? Im not sure if I need...