You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at this point all calls to your lambda inside the AWS walls will proxy everythint (event, context, process.env, smth else?) to your local server started by aws-lambda-proxy-listen that will call the main function on each request
v1 can be as simple as that, supporting nodejs only. future versions could
integrate with ngrok, in order to bypass NATs
implement a unique auth token so that the local server cannot be called without it
assume lambda roles, in order to simulate even closer the lambda runtime constraints
to be http-agnostic and allow debugging any lambda triggered by any service
gist of v1 UX:
at this point all calls to your lambda inside the AWS walls will proxy everythint (event, context, process.env, smth else?) to your local server started by
aws-lambda-proxy-listen
that will call the main function on each requestv1 can be as simple as that, supporting nodejs only. future versions could
// cc @tobiiasl
The text was updated successfully, but these errors were encountered: