astuyve / lambda-stream

Implements AWS Lambda Response Streaming in TypeScript for local development and testing
84 stars 10 forks source link

feat: Don't inject ResponseStream arg if the user created and injected their own #1

Closed astuyve closed 1 year ago

astuyve commented 1 year ago

Users may opt to create their own response stream, so don't patch the handler call unless necessary. This could be improved.