Skip to content

Commit 0bb9a57

Browse files
committed
Add LayerArn Output
1 parent 1d9f4e6 commit 0bb9a57

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

deploy/dotnet-lambda-layer.template.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,8 @@ Resources:
2828
CompatibleRuntimes:
2929
- provided.al2
3030
ContentUri: ../bin
31-
31+
32+
Outputs:
33+
LayerArn:
34+
Description: ARN of the .NET Layer
35+
Value: !Ref DotnetLayer

0 commit comments

Comments
 (0)