top | item 27711775

(no title)

rrosen326 | 4 years ago

Sorry I’m dense, but what is this? Is this like an Amazon lambda function tied to an API Gateway?

discuss

order

nsypteras|4 years ago

Essentially yes. It's an in browser editor that deploys your code as a public API endpoint as you type. It has the functionality of Lambda + API Gateway + Cloudwatch Logs with a lot of other utilities built in to expedite building small serverless functions

SwiftyBug|4 years ago

> It's an in browser editor that deploys your code as a public API endpoint as you type.

Does it really deploy code as I type? So the functions are mostly broken while I'm editing them?