dwyl / learn-aws-lambda

✨ Learn how to use AWS Lambda to easily create infinitely scalable web services
1.05k stars 202 forks source link

Add information on the callback parameter for node v4.3 #83

Closed jackcarlisle closed 8 years ago

jackcarlisle commented 8 years ago

Add an example for using the callback parameter instead of using context.succeed to terminate the lambda function.