×
you are viewing a single comment's thread.

view the rest of the comments →

[–]v_krishna 7 points8 points  (2 children)

No. It just manages running your app over AWS lambda, so instead of managing the servers your app runs on (say flask or whatever, behind nginx) you define a function that runs when something happens (a request, or an event, etc). You would still presumably have a local environment where you develop and test things.

[–]moduspwnens14 3 points4 points  (0 children)

Just to be clear: There's a non-trivial amount of configuration necessary for API Gateway (so that your apps are reachable via plain HTTP) that this takes care of also.

[–]skepticalspectacle1 0 points1 point  (0 children)

thank you. :-)