-
Notifications
You must be signed in to change notification settings - Fork 8
Upgrade Lambda Serverless ASP.NET Core Web API to .NET Core 2.2 with custom runtime #1
base: master
Are you sure you want to change the base?
Conversation
When I tried to run .Net Core 3.0 Preview 5 I got TypeInitializationException about "System.Marvin". Did you try this given version? |
@attilah I'm getting the same error. Did you ever solve your issue? |
@kevinjpetersen no...I rolled back to 2.2. If you search for this error you can find some instances of it in the past and I did not want to go down the rabbit hole, I'll retry with the next release... |
There's a breaking change with .NET Core 3.0, more details can be found here aws/aws-lambda-dotnet#481 |
Hi, I try to implement what you did in this PR, but I'm not able to find "LambdaEntryPoint" class. Where can I find this type ? Thank you, |
|
Ok, I thought it was some class embedded in AWS package.
Have you encountered this kind of problem ? Valentin |
Hi, I'm getting the following error when tried to test lambda from this repository:
Could you give me some advice what is wrong in the lambda configuration or launching? I changed nothing in the code. |
An update to these samples, an ASP.NET Core 3.0 version PR is here #4 and blog post updated. |
No description provided.