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

support get requests in api gateway handler #5

Open
uladkasach opened this issue Mar 4, 2021 · 1 comment
Open

support get requests in api gateway handler #5

uladkasach opened this issue Mar 4, 2021 · 1 comment

Comments

@uladkasach
Copy link
Member

specifically, data should come in on the queryStringParameters param...

or data (on post) and querystringparameters (on get) should both be casted into "body" (?)

either way. we need to support get input args

@uladkasach
Copy link
Member Author

for clarification - right now we get a type error when we have a handler that uses queryStringParameters - because we only allow body input args

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant