This message was deleted.
s
This message was deleted.
t
I don't think that's too complex scenario, it's just a lambda done in another language. Would be nice to get it running in a couple lines of JS wiring + reference to proper compiled binary.
Creating aws.Function is fine, but then I need to do all dancing with api gateway, IAM etc, which I'm afraid of 🙂
Do you think there will be some API close to cloud.API supporting custom binaries? cc @white-balloon-205
Got it working. Basically, the only noice there is role/policy definition
w
Right - the goal of
serverless.apigateway.API
is to take care of all the complex stuff needed to configure API Gateway. The Role/Policy is part of the specific Lambda, and in the cases where you are providing that yourself, that part still has to be done manually. But even that we will likely add some helpers to make it a bit simpler to create with sensible defaults.