Infrastructure as code project to create lambda functions, schedules and assign permissions.
- Deploy multiple instances of a function
- Deploy function to multiple regions
Right-Click AwsTools -> Properties -> Package -> Generate NuGet package on build
Right-Click AwsTools -> Properties -> Package -> Package Version
\projects\aws-lambda-deploy\AwsLambdaDeploy>dotnet build --configuration release
\projects\aws-lambda-deploy\AwsLambdaDeploy\bin\release>nuget push AwsLambdaDeploy.1.0.5.nupkg -src https://nuget.org/
pack isn't required, because a nuget package is created on build