LazyStackApp 1.1.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global LazyStackApp --version 1.1.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local LazyStackApp --version 1.1.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=LazyStackApp&version=1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package LazyStackApp --version 1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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 | 732 | 8/25/2022 |
| 3.0.0 | 686 | 8/23/2022 |
| 2.1.0 | 709 | 6/18/2022 |
| 1.5.3 | 745 | 1/18/2022 |
| 1.4.2 | 1,753 | 11/26/2021 |
| 1.4.1 | 550 | 11/1/2021 |
| 1.4.0 | 603 | 10/26/2021 |
| 1.3.0 | 517 | 10/13/2021 |
| 1.2.0 | 1,966 | 7/6/2021 |
| 1.1.0 | 804 | 6/29/2021 |
| 1.0.5 | 976 | 3/17/2021 |
| 1.0.4 | 636 | 3/1/2021 |
| 1.0.3 | 565 | 2/25/2021 |
| 1.0.2 | 579 | 2/22/2021 |
| 1.0.1 | 582 | 2/21/2021 |
| 1.0.0 | 580 | 2/21/2021 |
Updated core serverless template. Removed unnecessary permissions in AuthRole Policy.