You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lambda invoke permissions should be being added to any created lambda's (according to #52).
However, this doesn't happen unless conversionOptions is specified as part of defaultStepFunctionProps (not to be confused with the same property on the TypescriptStateMachineProps).
This must be fully specified, and the type only allows true for the three properties.
This is the case regardless of whether a role is supplied to the defaultStepFunctionProps or not.
Lambda invoke permissions should be being added to any created lambda's (according to #52).
However, this doesn't happen unless
conversionOptions
is specified as part ofdefaultStepFunctionProps
(not to be confused with the same property on theTypescriptStateMachineProps
).This must be fully specified, and the type only allows
true
for the three properties.This is the case regardless of whether a role is supplied to the
defaultStepFunctionProps
or not.The text was updated successfully, but these errors were encountered: