Closed ricxsar closed 7 months ago
I would be open to PRs that help support this (provided they don't create a lot of complexity/maintainability issues), but I can't see myself having time to work on it, sorry!
Just FYI I've been poking around and the Lambda integration style is substantially different from Lambda-Proxy. To be honest, I'm not even sure what you would expect/want the behaviour to be.
To anyone interested in working on this, I think you'd need to take the path
argument (which is an object rather than a string when using Lambda
integration) and then back-fill in the values in to the requestPath.
Note for offline users, this would fail, unless this is fixed: https://github.com/dherault/serverless-offline/issues/780
Just to be clear: I don't intend to work on this, since I have no use case for non-proxy itegrations, but if someone does come to use it, I hope this information saves you some time.
Hi. Do you have any plans on supporting lambda integration? I would like to use the User Pool as my authentication of the API and I need to specify the integration type as
lambda
to use the User Pool claims.Here is my partial
serverless.yml
definition.Here is my handler file.
When I try to deploy it using the above configuration, the following output is return on the API Gateway.