Hello everyone. I’m attempting to deploy my very first dotnet lambda container and I’m having issues with defining a Lambda Entry point that works. When my container starts it always runs the program.cs which is my local entry point.
^^ is my repo if someone could take a look at my serverless file and tell me what I’m doing wrong I would really appreciate it. The documentation around this isn’t great.