Relative Content

Tag Archive for aws-lambda

AWS lambda function .net core

When i migrating the lambda function, it is showing dotnet8 latest version.
AWS lambda function version dotnetcore 1.0 is deprecated, can i migrate it by dotnet8? If yes, then is it required in additional code changes?

How to import joblib to aws lambda function?

I installed joblib through the procedure below, compressed it, and added it to the layer. But when I run the code, I keep getting this error. Could I possibly get some help?

Invoking Container through lambda is causing Runtime.ExitError

I have created a simple console application using c#, that only has a console.writeline and created a container image out of it.
When launching the container from lambda, I do see output of console.writeline. But get a runtime.exiterror after that.