Closed kandakji closed 1 hour ago
Solved, just needed to use definition_body instead of definition
s3ToStepfunction = S3ToStepfunctions(
self,
"step-function",
state_machine_props=sfn.StateMachineProps(
definition_body=sfn.DefinitionBody.from_chainable(
),
tracing_enabled=True,
),
existing_bucket_obj=input_bucket,
)
Glad to hear you've got a resolution. We're aware of the issue with our docs and some integration tests and are slowly addressing both across the whole library. For instance, the integration tests for that construct have already been updated.
When using S3ToStepfunctions construct, the following deprecation warning is thrown
Reproduction Steps
Error Log
Environment
Other
This is :bug: Bug Report