Skip to content

v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Sep 04:45
a54de68
Add support for step_concurrency_level @calvin-barker (#25)

what

  • This adds support for the step_concurrency_level variable when deploying EMR clusters (with release >= 5.28.0)

why

  • I need to send multiple steps that run in parallel to my EMR cluster, and the current CloudPosse template doesn't support that

references