Dan Haughey

Results 2 issues of Dan Haughey

Serverless is throwing a warning when it validates its configuration before deployment: ``` Serverless: Configuration warning at 'functions.foo': unrecognized property 'deadLetter' ``` Excerpt from `serverless.yml`: ```yml functions: foo: handler: src/handlers/events/foo.bar...

Fixes the error discussed in https://github.com/sst/ion/issues/1144