Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ae85706

Browse files
yuan-bwnwong-a
andauthored
Update src/stepfunctions/steps/integration_resources.py
Co-authored-by: Adam Wong <55506708+wong-a@users.noreply.github.com>
1 parent 162f9db commit ae85706

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

‎src/stepfunctions/steps/integration_resources.py‎

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@ def get_service_integration_arn(service, api, integration_pattern=IntegrationPat
3232
"""
3333
ARN builder for task integration
3434
Args:
35-
service(str): name of the task resource service
36-
api(<Service>Api): api to be integrated of the task resource service
37-
integration_pattern(IntegrationPattern, optional): integration pattern for the task resource.
38-
Default as request response.
35+
service (str): The service name for the service integration
36+
api (str): The api of the service integration
37+
integration_pattern (IntegrationPattern, optional): The integration pattern for the task. (Default: IntegrationPattern.RequestResponse)
3938
"""
4039
arn = ""
4140
if integration_pattern == IntegrationPattern.RequestResponse:
@@ -45,4 +44,3 @@ def get_service_integration_arn(service, api, integration_pattern=IntegrationPat
4544
return arn
4645

4746

48-

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /