An helper library to quickly create console applications that host locally an AWS Lambda function.
                        
                    
         
                Info
| Version: | 1.1.0 | 
| Author(s): | EMG | 
| Last Update: | Friday, April 12, 2019 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/emgdev/lambda-local-runner | 
| NuGet Url: | https://www.nuget.org/packages/EMG.Lambda.LocalRunner | 
Install
Install-Package EMG.Lambda.LocalRunner
                        dotnet add package EMG.Lambda.LocalRunner
                        paket add EMG.Lambda.LocalRunner
                        
                                EMG.Lambda.LocalRunner Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Amazon.Lambda.Serialization.Json(>= 1.5.0)
 - Amazon.Lambda.TestUtilities(>= 1.1.0)
 - Microsoft.AspNetCore.Server.Kestrel(>= 2.0.2)
 
Tags