We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 994fa65 commit 6a8912eCopy full SHA for 6a8912e
samtranslator/model/lambda_.py
@@ -52,7 +52,7 @@ class LambdaAlias(Resource):
52
"ProvisionedConcurrencyConfig": PropertyType(False, is_type(dict)),
53
}
54
55
- runtime_attrs = {"arn": lambda self: ref(self.logical_id)}
+ runtime_attrs = {"arn": lambda self: fnGetAtt(self.logical_id, "Arn")}
56
57
58
class LambdaEventSourceMapping(Resource):
0 commit comments