Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend the LargeResponseHandler middleware to support more use cases #1

Open
jpinho opened this issue Jan 11, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@jpinho
Copy link
Member

jpinho commented Jan 11, 2024

What was built regarding the Large Response Lambda Middleware is a great all-in-one solution for one specific lambda use case:

  • API Gateway with Lambda Proxy Integration

Although, while we at epilot use this pattern a lot, it's by no means the only way Lambda is used.

The same 6MB response limit applies in all Lambda use cases. Just to give some examples that are not covered by this middleware:

  • Lambda function URLs
  • Lambda in Step Functions
  • Direct Invoke via Lambda API
  • API Gateway Lambda service integration
  • Lambda@Edge

Since the 6MB limit applies anywhere, we could build and publish something more generic that works for all Lambda use cases (not just this one).

@alexmarqs alexmarqs added the enhancement New feature or request label Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants