LazyStackApp 1.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global LazyStackApp --version 1.3.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local LazyStackApp --version 1.3.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=LazyStackApp&version=1.3.0
nuke :add-package LazyStackApp --version 1.3.0

LazyStack is a tool that ingests an OpenApi (swagger) REST API specification and generates the AWS Serverless
   Application Model (SAM) template and the C# AWS Lambda projects necessary to stand up a fully featured
   commercial-grade application stack in AWS. It also generates a client application SDK making it simple to
   call that stack from C# applications.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
3.0.1 542 8/25/2022
3.0.0 513 8/23/2022
2.1.0 532 6/18/2022
1.5.3 561 1/18/2022
1.4.2 1,570 11/26/2021
1.4.1 366 11/1/2021
1.4.0 408 10/26/2021
1.3.0 321 10/13/2021
1.2.0 1,773 7/6/2021
1.1.0 610 6/29/2021
1.0.5 778 3/17/2021
1.0.4 427 3/1/2021
1.0.3 361 2/25/2021
1.0.2 375 2/22/2021
1.0.1 381 2/21/2021
1.0.0 379 2/21/2021

Updated core serverless template. Removed unnecessary permissions in AuthRole Policy.