-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Integrating the new proxy feature #35
Comments
It removes a significant portion of the code base right? |
That's correct. And it means we will be able to support more features with less code. |
Any progress on this? |
Can't figure out how to programmatically create the lambda proxy in api gateway.. Even with the Swagger JSON it doesn't setup permissions correctly. Anyone know? |
Of course they also did not add Cloudformation support for that. |
So where does that leave us? |
Actually my AWS SDK is old.. Checking .60 |
Got it. |
I've been experimenting with this and got a working branch in https://github.com/atramos/serverless-jax-rs/commits/proxy-redux, unfortunately I found that it doesn't really help much and actually makes it harder to fix #57. |
API Gateway now has a new feature:
https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-set-up-simple-proxy.html
It is leaving the vast majority of lambada framework obsolete, like method creating logic etc.
Also it'll automatically resolve issues like #12 #11
It needs a big refactor but the business value is very big, so it should be implemented as soon as possible.
The text was updated successfully, but these errors were encountered: