Ed Graham

Results 4 comments of Ed Graham

I am interested in implementing this. Is it still something people would like to see?

I've also just come across this. In my case, I'm interested in the `exposedResponseHeaders` property that is available in the YAML configuration but not in the TypeScript equivalent: ``` provider:...

Thanks @fredericbarthelet - that's really helpful! I didn't realise I had the two things mixed up. It turns out that I was still using the old community-maintained [Definitely Typed package](https://www.npmjs.com/package/@types/serverless)...

We are also finding quite a lot of these. Some can be explained, though; for example: ``` const book= store.books.find( book => book.id === session.bookId ); ``` Here the fix...