serverless / examples

Serverless Examples – A collection of boilerplates and examples of serverless architectures built with the Serverless Framework on AWS Lambda, Microsoft Azure, Google Cloud Functions, and more.
https://www.serverless.com/examples/
Other
11.45k stars 4.47k forks source link

fix: Use `Ref:` instead of `!Ref` in `sqs` templates #595

Closed pgrzesik closed 3 years ago

pgrzesik commented 3 years ago

It turned out that sls publish does not support publishing templates with !Ref reference - it works fine with Ref: though, hence the following change.