All Content tagged with AWS Step Functions

AWS Step Functions is a low-code, visual workflow service that developers use to build distributed applications, automate IT and business processes, and build data and machine learning pipelines using AWS services.

Content language: English

Select up to 5 tags to filter
Sort by most recent
I am currently working on a kmeans clustering algorithm for my dataset. Currently what i have done is to creating a preprocess.py that preprocess my data and stores it in s3 bucket.and train step...
1
answers
0
votes
762
views
asked 7 months ago
Executing step function need to get the identity details like which user triggered the step function.Need to pass identity detail to downstream like lambda function . Help me how can I get the...
2
answers
0
votes
407
views
asked 7 months ago
I created an AWS support case about 10 days ago. It was kind of simple in nature. I had a Step Function which was in delete phase for almost a month. I double checked in the Management Console, and...
3
answers
0
votes
501
views
asked 7 months ago
I have a step function in account A that invokes another step function in account B. The step function in account A is waiting for the callback but im having issues in receiving the task success from...
4
answers
1
votes
535
views
AWS
asked 7 months ago
#set($allParams = $input.params()) { "body-json" : $input.json('$'), "params" : { #foreach($type in $allParams.keySet()) #set($params = $allParams.get($type)) "$type" : { #foreach($paramName...
2
answers
0
votes
377
views
asked 7 months ago
Is it possible to launch AWS Lambda in eu-west-1 region from Step function in af-south-1. I am getting ResourceNotFound exception, but I am not sure I am missing some permissions, or it is not...
2
answers
0
votes
670
views
asked 7 months ago
Hi, I am using CloudFormation create stack task in StepFunction as per screenshot. How can I pass AccountId to my template. ![Enter image description...
1
answers
0
votes
404
views
profile picture
asked 7 months ago
I want to use pass variables to Sagemaker processsing job step in Step Functions. This is the step function: ``` { "StartAt": "SageMaker CreateProcessingJob", "States": { "SageMaker...
0
answers
0
votes
196
views
asked 7 months ago
Hello, I am using Step Functions with the `arn:aws:states:::codebuild:startBuild.sync` task. The necessary permissions are documented...
1
answers
0
votes
253
views
puchm
asked 8 months ago
I am looking for the best way to pass a parameter from one glue job to another within a step function. Each day, I will receive a file. In the file there will be data for certain dates. The first...
1
answers
0
votes
1502
views
rpost
asked 8 months ago
I have a DynamoUpdateItem taskState in my state-machine in which I want to update a list of objects into the dynamodb table. The input to the step looks something like: ``` { "myList": [ ...
2
answers
0
votes
881
views
asked 8 months ago