examples icon indicating copy to clipboard operation
examples copied to clipboard

Create a typescript lambda example that deploys lambda from an external module

Open colin-williams opened this issue 4 years ago • 0 comments

It would be nice if we could have a typescript example that creates the lambda logic in a separate node project, and then imports it as suggested in approach 2: https://www.pulumi.com/blog/easy-serverless-apps-and-infrastructure-real-events-real-code/#approach2-manual-function-resources .

Documentation suggests this might create the most robust lambdas, and obviate issues using magic functions.

colin-williams avatar Oct 14 '21 02:10 colin-williams