Dotnet docker container image lambda deployment

Hi Everyone,
I am new to jenkins trying to setup job to deploy Dotnet docker container image lambda in AWS. In job i am using “dotnet lambda” command to deploy lambda, but i am getting error message as “Could not execute because the specified command or file was not found”. I also try to pass full path command as “/home/ec2-user/.dotnet/tools/dotnet-lambda” but in this case i am getting “Permission denied” error message. Please help me on this how i can deploy lambda function.
Thanks in advance.