AWS Step Functions

AWS Step Functions is a serverless function orchestrator that makes it easy to sequence AWS Lambda functions and multiple AWS services into business-critical applications. Through its visual interface, you can create and run a series of checkpointed and event-driven workflows that maintain the application state. The output of one step acts as an input to the next. Each step in your application executes in order, as defined by your business logic.

Orchestrating a series of individual serverless applications, managing retries, and debugging failures can be challenging. As your distributed applications become more complex, the complexity of managing them also grows. Step Functions automatically manages error handling, retry logic, and state. With its built-in operational controls, Step Functions manages sequencing, error handling, retry logic, and state, removing a significant operational burden from your team.

Below are the cmdlets which are available with AWS Step Functions

CmdletNameServiceOperation
Add-SFNResourceTag                                 TagResource                                   
Get-SFNActivity                                    DescribeActivity                              
Get-SFNActivityList                                ListActivities                                
Get-SFNActivityTask                                GetActivityTask                               
Get-SFNExecution                                   DescribeExecution                             
Get-SFNExecutionHistory                            GetExecutionHistory                           
Get-SFNExecutionList                               ListExecutions                                
Get-SFNResourceTag                                 ListTagsForResource                           
Get-SFNStateMachine                                DescribeStateMachine                          
Get-SFNStateMachineForExecution                    DescribeStateMachineForExecution              
Get-SFNStateMachineList                            ListStateMachines                             
New-SFNActivity                                    CreateActivity                                
New-SFNStateMachine                                CreateStateMachine                            
Remove-SFNActivity                                 DeleteActivity                                
Remove-SFNResourceTag                              UntagResource                                 
Remove-SFNStateMachine                             DeleteStateMachine                            
Send-SFNTaskFailure                                SendTaskFailure                               
Send-SFNTaskHeartbeat                              SendTaskHeartbeat                             
Send-SFNTaskSuccess                                SendTaskSuccess                               
Start-SFNExecution                                 StartExecution                                
Stop-SFNExecution                                  StopExecution                                 
Update-SFNStateMachine                             UpdateStateMachine                            

You can also check other AWS Services, and each services cmdlets we are providing.

Click on this Link for an Single place, where you get all the PowerShell cmdlets sorted based on the modules.

You can also refer other blogs on PowerShell at link

You can also refer other blogs on Microsoft at link

And also if you required any technology you want to learn, let us know below we will publish them in our site http://tossolution.com/

Like our page in Facebook and follow us for New technical information.

References are taken from Microsoft and AWS

Leave a Reply

Your email address will not be published. Required fields are marked *