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...
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...
EXPERT
published 7 months ago2 votes3368 views
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...
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...
#set($allParams = $input.params())
{
"body-json" : $input.json('$'),
"params" : {
#foreach($type in $allParams.keySet())
#set($params = $allParams.get($type))
"$type" : {
#foreach($paramName...
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...
Hi,
I am using CloudFormation create stack task in StepFunction as per screenshot. How can I pass AccountId to my template.
![Enter image description...
I want to use pass variables to Sagemaker processsing job step in Step Functions.
This is the step function:
```
{
"StartAt": "SageMaker CreateProcessingJob",
"States": {
"SageMaker...
Hello,
I am using Step Functions with the `arn:aws:states:::codebuild:startBuild.sync` task. The necessary permissions are documented...
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...
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": [
...