Michael W. Martin
Michael W. Martin
just started getting this warning on upgrade to 0.56.0
here's a PR to allow auto-creating queues when you don't actually want to handle those events in a lambda: https://github.com/CoorpAcademy/serverless-plugins/pull/172/files ``` functions: doStuffAsync: handler: src/handlers/doStuffAsync.handler events: - sqs: arn: Fn::GetAtt:...
I needed the code changes to ensure that the fake consumer handler didn't actually consume messages off of SQS, because my use case requires consuming them in a long-running process...
has conflicts @arzyu are you able to resolve?
> I am trying to implement 'mysql2' with typescript, however when trying to set the attribute library to 'mysql2' I get the error that the attribute library expect a `Function`:...