hey folks I'm trying to import an existing aws lambda and it's failing with the error `handler and r...
k
hey folks I'm trying to import an existing aws lambda and it's failing with the error
handler and runtime must be set when PackageType is Zip
Runtime is set (
.NET Core 3.1 (C#/PowerShell)
), handler is set (
Stevie.Cloud.Api::Stevie.Cloud.Api.LambdaEntryPoint::FunctionHandlerAsync
) Any ideas?