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.
Prerequisites: AWS Account, AWS CLI, and AWS SAM CLI Installed
dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org
dotnet tool install lazystackapp -g
To update to the latest LazyStack generator, open a console and issue this command
dotnet tool update lazystackapp -g