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

Integrating the new proxy feature #35

Open
cagataygurturk opened this issue Oct 21, 2016 · 9 comments
Open

Integrating the new proxy feature #35

cagataygurturk opened this issue Oct 21, 2016 · 9 comments

Comments

@cagataygurturk
Copy link
Owner

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.

@arran4
Copy link

arran4 commented Oct 23, 2016

It removes a significant portion of the code base right?

@cagataygurturk
Copy link
Owner Author

That's correct. And it means we will be able to support more features with less code.

@davidmco65
Copy link

Any progress on this?

@arranubels
Copy link

arranubels commented Nov 22, 2016

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?

@cagataygurturk
Copy link
Owner Author

Of course they also did not add Cloudformation support for that.

@arranubels
Copy link

So where does that leave us?

@arranubels
Copy link

Actually my AWS SDK is old.. Checking .60

@arranubels
Copy link

Got it.

@refacktor
Copy link

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.

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

5 participants