Skip to content

Ruszrok/Lancy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lancy

AWS Lambda with Nancy sample project.

Uses AwsLambdaOwin to proxy an AWS API Gateway request to an OWIN AppFunc.

The main file of interest is LancyProxyFunction where the AppFunc is created in the Init() method.

Building the function

 cd .\Lancy\src\Lancy\
 dotnet restore
 dotnet lambda package -c Release -f netcoreapp1.0 -o Lancy.zip

Upload Lancy.zip to AWS Lambda and set the function handler to Lancy::Lancy.LancyProxyFunction::FunctionHandler.

Here is a tutorial on creating your first HelloWorld Lambda Function in .NET

About

AWS Lambda with Nancy sample project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%