TommyN
TommyN
> I'm a little confused what have done as part of your upgrade process. In the CloudFormation template have you changed the `dotnetcore2.0` to be `dotnetcore2.1`? @normj, I guess I...
Perhaps I'm not explaining it properly. I've only used the Visual Studio tooling and `dotnet lambda deploy-serverless`. I don't really know anything about CloudFormation at this point. The reproduction steps...
I see I wrote `Framework` in my reproduction steps for `serverless.template`, but I meant `Runtime`:  If the `serverless.template` was not updated to dotnetcore2.1, I assume that `dotnet lambda deploy-serverless`...
I'll close if for now @ashishdhingra. I'll try to keep the issue in mind for when 2.1 is deprecated and retest.
@normj I can confirm that I'm seeing the same issue as originally reported, but now when trying to upgrade a netcoreapp2.1 project to net6.0. **c:\\development\\GitHub\\...\\>dotnet lambda deploy-function**: ``` C:\development\GitHub\......>dotnet lambda...
This happened 16 times over the last 4 days. The Lambda function was invoked 25M times, so I don't have a sample that will easily provoke the issue. 
@ashishdhingra, our functions have already been updated so it's not possible for me to test again. Did @normj switch the 2 service calls in a recent release? If not, this...