Does anyone have a typescript example that creates...
# typescript
q
Does anyone have a typescript example that creates the lambda logic in a separate node project, and then imports it like approach 2: https://www.pulumi.com/blog/easy-serverless-apps-and-infrastructure-real-events-real-code/#approach2-manual-function-resources . I think this would possibly allow me to work around the above issues. But I can't find a complete example like this