How to reference existing AWS Lambda function in new SAM stack
I have existing Lambda functions that I created before starting to use SAM for management. I want to bring them into management using the SAM workflow. I want to make a new SAM stack for each of these so I can update them using the SAM CLI. This seems like a simple and obvious use case but I can’t find how to do it. The answers on this question are not helpful.