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

lambda proxy support #1

Open
adminy opened this issue Sep 11, 2024 · 2 comments
Open

lambda proxy support #1

adminy opened this issue Sep 11, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@adminy
Copy link

adminy commented Sep 11, 2024

As far as I know proxy type lambda expects a json in form of "headers", "body", "isBase64Encoded", etc. in the response.

Thanks

@Nirlah Nirlah added the enhancement New feature or request label Nov 7, 2024
@Nirlah
Copy link
Member

Nirlah commented Nov 7, 2024

At this point, the runtime doesn’t interfere with the raw payloads to/from the Lambda service; it’s up to you to decode the raw input bytes and encode the raw output bytes.

Convenience methods for popular use cases is planned, but unlikely anytime soon.

@Nirlah
Copy link
Member

Nirlah commented Dec 11, 2024

v0.3.0 added support for Lambda URLs.

Support for API Gateway is on the roadmap.

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