yandex-cloud/serverless-plugin

Add support of event trigger by httpApi or http event

shalumaheshwari opened this issue · 4 comments

Hello,

I am using this plugin to trigger events for cloud functions. I would like to trigger my function using http request. Is there a plan to add this support? Or is there any alternative solution for now?

Hello,
I do not fully understand, to be honest. Could you please explain by example?
Is serverless invoke ... what you need?

Hello @DavyJohnes ,
I want to create and update http end points using API Gateway and integrate it with cloud functions.

For reference, please refer to these:
https://www.serverless.com/framework/docs/providers/aws/events/apigateway
https://cloud.yandex.ru/docs/api-gateway/quickstart/#update

Thanks

Ok, I got it. I guess #8 is the same feature request.

@DavyJohnes Indeed, it's the same request.