Skip to content

Error configuring .NET CLI AWS Lambda deployment tools #1276

Discussion options

You must be logged in to vote

Hi @msaravanaganesh

I was having the exact same problem, and found a solution here on the Microsoft forums - Dotnet fails to install tools

running dotnet nuget list source showed an empty source list, and then running dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org to add the default nuget source

After that I was able to run dotnet tool update -g Amazon.Lambda.Tools and the Publish-AWSPowerShellLambda I was trying

Hope that helps

Replies: 6 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ashishdhingra
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@vaishaliranjan
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
guidance Question that needs advice or information. response-requested Waiting on additional info and feedback. Will move to close soon in 7 days. module/lambda-client-lib
4 participants
Converted from issue

This discussion was converted from issue #1272 on August 16, 2022 16:18.