Anyone know a way to reference an existing externally created lambda function in the Serverless functions config? Looking for something like this:
functions:
someFunction:
arn: arn:aws:lambda:us-east-1:...
events:
- http:
...
Thanks,
Ben