lambda-maven-plugin icon indicating copy to clipboard operation
lambda-maven-plugin copied to clipboard

API endpoints creation

Open mariusrugan opened this issue 9 years ago • 5 comments

Hi, would like to give it a try and contribute so API endpoints are created also. Is it something you had already in mind ?

mariusrugan avatar Jan 17 '16 11:01 mariusrugan

Hi, do you mean via AWS API Gateway? I hadn't considered it, but I like it. Go for it.

SeanRoy avatar Jan 21 '16 18:01 SeanRoy

hi, yes, i figured out that lambda api doesn't support it but it is provided to be configured in UI, so that would be the only option i guess.

On Thursday, 21 January 2016, Sean Roy [email protected] wrote:

Hi, do you mean via AWS API Gateway?

— Reply to this email directly or view it on GitHub https://github.com/SeanRoy/lambduh-maven-plugin/issues/10#issuecomment-173664176 .

mariusrugan avatar Jan 21 '16 18:01 mariusrugan

You can use the aws api gateway REST api to create the endpoints. API Gateway is relatively new so they probably haven't gotten around to generating SDK's for it, (though that's supposed to be one of the features of the gateway product...). They always expose their dogfood rest api as soon as they release a new service. http://docs.aws.amazon.com/apigateway/api-reference/resource/api-gateway/

SeanRoy avatar Jan 21 '16 19:01 SeanRoy

Enabling the trigger AWS API Gateway would be a great addition for your maven plugin!

FitzgeraldKrudde avatar Feb 07 '18 14:02 FitzgeraldKrudde

+1

There is a competing framework that already does this: https://github.com/cagataygurturk/lambadaframework

It would be nice to incorporate this functionality directly into maven-lambda-plugin as it is a more general solution.

refacktor avatar Jan 26 '19 19:01 refacktor