Skip to content

Commit

Permalink
refactor: Updated EKS integration to use integration_pattern (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
ca-nguyen authored Nov 8, 2021
1 parent 1ea8346 commit aafdb76
Show file tree
Hide file tree
Showing 4 changed files with 551 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 aafdb76

Please sign in to comment.