aws / aws-extensions-for-dotnet-cli

Extensions to the dotnet CLI to simplify the process of building and publishing .NET Core applications to AWS services
Apache License 2.0
369 stars 86 forks source link

Fixes an issue where Lambda deploy-function fails when choosing option to add permissions later. #235

Closed ashishdhingra closed 1 year ago

ashishdhingra commented 1 year ago

Issue #, if available: #234

Description of changes: Fixes an issue where Lambda deploy-function fails when choosing option to add permissions later.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

klementi commented 1 year ago

I reviewed the changes, looks good

boblodgett commented 1 year ago

Reviewed the code and the changes look good.

bjhogan commented 1 year ago

Thanks!