Skip to content

Commit aafdb76

Browse files
authoredNov 8, 2021
refactor: Updated EKS integration to use integration_pattern (#177)
1 parent 1ea8346 commit aafdb76

File tree

4 files changed

+551
-180
lines changed

4 files changed

+551
-180
lines changed
 

‎doc/services.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Amazon EKS
4242

4343
.. autoclass:: stepfunctions.steps.service.EksCreateFargateProfileStep
4444

45-
.. autoclass:: stepfunctions.steps.service.EksCreateNodeGroupStep
45+
.. autoclass:: stepfunctions.steps.service.EksCreateNodegroupStep
4646

4747
.. autoclass:: stepfunctions.steps.service.EksDeleteClusterStep
4848

‎src/stepfunctions/steps/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
EksCallStep,
2525
EksCreateClusterStep,
2626
EksCreateFargateProfileStep,
27-
EksCreateNodeGroupStep,
27+
EksCreateNodegroupStep,
2828
EksDeleteClusterStep,
2929
EksDeleteFargateProfileStep,
3030
EksDeleteNodegroupStep,

‎src/stepfunctions/steps/service.py

+117-111
Large diffs are not rendered by default.

‎tests/unit/test_service_steps.py

+432-67
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.