sam-goodwin / eventual

Build scalable and durable micro-services with APIs, Messaging and Workflows
https://docs.eventual.ai
MIT License
173 stars 4 forks source link

feat: external function modules #468

Closed thantos closed 9 months ago

thantos commented 9 months ago

Support the ability to mark a module as external when bundling a handler.

command("myCommand", {externalModules: ["typescript"]}, async () => {});
sam-goodwin commented 9 months ago

How does it look like to use