serverless / dashboard

MIT License
26 stars 10 forks source link

SDK: Enable filters configuration for HTTP requests #759

Closed medikoo closed 1 year ago

medikoo commented 1 year ago

To properly support response streaming, we need to ignore HTTP requests made internally by the AWS runtime (as in case of response streaming AWS runtime sends the data to AWS backend chunk by chunk with regular HTTP requests).

This generic filtering method, will let us configure specific HTTP request filter in context of the AWS Lambda SDK package