Ashish Dhingra
Ashish Dhingra
@rpf3 Please review the [last](https://github.com/aws/aws-lambda-dotnet/pull/1073#issuecomment-1075474547) in the PR.
Needs review with the team.
Hi @SamuelCox, Good morning. Thanks for posting guidance question. Could you please refer the blog post [Introducing the .NET 6 runtime for AWS Lambda](https://aws.amazon.com/blogs/compute/introducing-the-net-6-runtime-for-aws-lambda/) which has steps on migrating to...
> Hi, as I mentioned, that document simply says to upgrade to Amazon.Lambda.* version 7.0.1. If that's all that's expected then the problem is on my side, that's fine. But...
One of the caveat here is if the function runtime is actually supported by Lambda environment. For example, .NET Core 2.1 is no longer supported. Needs review with the team.
Hi @jamesbascle, Good afternoon. Thanks for reporting the issue. Could you please add elaborated reproduction steps for your use case? Thanks, Ashish
Similar to https://github.com/aws/aws-sdk-net/issues/1779. This should be fixed when it is implemented in next major version of SDK.
@rittneje Good afternoon. I'm not sure if this is an issue. The `dotnet lambda package` command internally calls `dotnet publish` to produce the output. It would (and should) not modify...
> It is required for `dotnet lambda package` to set all the mtimes to some static value before generating the zip file, or else the zip file contents will always...