Hacker News new | ask | show | jobs
by upupandup 1425 days ago
So it doesn't configure API gateway? Not sure how useful this is since that is the entry point for all the lambda functions.

If I want to create functions easily I would just use pure functions in Chalice

@app.lambda_function(name='MyFunction') def myfunc: return 'OK'

and then I could go into MyFunction and modify the code. I just don't see why I would need to use PHP for this.

1 comments

Correct, no API gateway.

> Not sure how useful this is since that is the entry point for all the lambda functions.

Well that's just not accurate! You can also call them via API. Which is what Sidecar does.

> I just don't see why I would need to use PHP for this.

Because you're already using Laravel! If you're not using Laravel, you wouldn't use this.

If you want to see me doing a live-demo of this at a conference, it might make a bit more sense: https://youtu.be/0Rq-yHAwYjQ?t=11751