LazyStack

Dev WS Step 2 - .NET CLI Tool

The LazyStack generator is available as a .NET CLI Tool. Install this tool even if you are using the Visual Studio IDE (Windows) LazyStack extension.

Install Steps

Prerequisites: AWS Account, AWS CLI, and AWS SAM CLI Installed

  1. Install .NET 6.0 SDK - make sure you have the SDK installed, not just the runtime.
  2. Open a console and issue these commands:
    dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org
    dotnet tool install lazystackapp -g

Updating LazyStack CLI Tool

To update to the latest LazyStack generator, open a console and issue this command

dotnet tool update lazystackapp -g