TommyN

Results 7 comments of 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`: ![image](https://user-images.githubusercontent.com/4880611/59828259-e3c16780-933a-11e9-9d8c-4b4d17ca0072.png) 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. ![image](https://user-images.githubusercontent.com/4880611/166194163-0ed58561-95a1-4a15-a12a-a99ddb29a0ee.png)

@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...