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

bug: Continue gracefully if unable to get Function Url #221

Closed ppittle closed 2 years ago

ppittle commented 2 years ago

Issue #, if available: https://github.com/aws/aws-lambda-dotnet/issues/1188

Description of changes: Continue gracefully if unable to get Function Url when updating a Lambda. Getting Function Url can occur in regions that do not yet have this functionality or if the current context does not have the appropriate permissions to query function urls.

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