Custom Authorizer ARN reference

It is possible to x-reference a stack. The problem is the output CF parameter includes the version number of the authoriser in the arn, so you could use the yaml Join function to construct the arn given the you know the actual name of the lambda itself. The arn is in the form:

arn:aws:lambda:{region}:{account}:function:{stack}-{stage}-{lambda-name}

1 Like