Skip to content

Commit

Permalink
Merge branch 'main' into update-glue-databrew-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
ca-nguyen authored Nov 8, 2021
2 parents fe1e28c + aafdb76 commit 5c5f235
Show file tree
Hide file tree
Showing 4 changed files with 550 additions and 180 deletions.
2 changes: 1 addition & 1 deletion doc/services.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Amazon EKS

.. autoclass:: stepfunctions.steps.service.EksCreateFargateProfileStep

.. autoclass:: stepfunctions.steps.service.EksCreateNodeGroupStep
.. autoclass:: stepfunctions.steps.service.EksCreateNodegroupStep

.. autoclass:: stepfunctions.steps.service.EksDeleteClusterStep

Expand Down
2 changes: 1 addition & 1 deletion src/stepfunctions/steps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
EksCallStep,
EksCreateClusterStep,
EksCreateFargateProfileStep,
EksCreateNodeGroupStep,
EksCreateNodegroupStep,
EksDeleteClusterStep,
EksDeleteFargateProfileStep,
EksDeleteNodegroupStep,
Expand Down
Loading

0 comments on commit 5c5f235

Please sign in to comment.