I was wondering if there is a way to retrieve lambda function metadata during the cloudformation stack creation? We are looking to use the lambda function ARN to further build out other parts of the cloudformation template by storing it in an env variable.
Is this even possible? How do others reference arn when they are unknown until stack creation?
ed