Skip to content

Commit b160821

Browse files
hjgracaCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Henrique Graca <999396+hjgraca@users.noreply.github.com>
1 parent a449f66 commit b160821

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • libraries/src/AWS.Lambda.Powertools.Metadata

libraries/src/AWS.Lambda.Powertools.Metadata/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ try
3838
{
3939
var azId = LambdaMetadata.AvailabilityZoneId;
4040
}
41-
catch (LambdaMetadataException ex)
41+
catch (AWS.Lambda.Powertools.Metadata.Exceptions.LambdaMetadataException ex)
4242
{
4343
Console.WriteLine($"Failed: {ex.Message}");
4444
}

0 commit comments

Comments
 (0)