localstack / localstack-demo

Simple demo application deployed using LocalStack
https://docs.localstack.cloud/getting-started/quickstart/
61 stars 33 forks source link

Serverless syntax update | exclude -> patterns #59

Open amcnutt8400 opened 1 year ago

amcnutt8400 commented 1 year ago

Serverless was throwing a deprecation warning that was blocking the demo from running. This was due to an update in the Serverless syntax.(You'll have to scroll a little or search for "patterns") After the syntax was updated, the demo ran without issue.

Before the fix:

before_the_fix

After the fix:

after_the_fix
josephmcasey commented 10 months ago

Validated fix. Issue is still present on default branch.