Sam Sussman
Sam Sussman
Just to confirm, you have auto-synth on and are using the cli?
PR #229 adds a poison pill which fails the `Function` synthesis if any configuration is incorrect and links to a dedicated error code page explaining the issue and possible resolutions....
> How would we know what parameters to initialize the client with? if we did it with the parameter, we'd need to infer or default the values and use props...
https://github.com/functionless/eventual/issues/60
I think it's be better if allow transactions to be run inline in non workflow handlers. Then wrap it in a command. Maybe add `command.transaction`
I am not 100% sure what this is referring to. If in a workflow, `workflow.startExecution` should fail (or we should make it do something). the workflow name can not exist....
Reducing noise. When listening executions, this is an easy filter on parentid.
No, the tokens are versioned and opaque.
the file system call will run during any handler that doesn't tree shake this out. Should the input be a callback?
We'll make sure the callback runs during import in infer, but not at runtime. At runtime we can inject the stored value back in. Also should have a name. We'll...