状態マシンを作成します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/stepfunctions/create-state-machine.html
aws stepfunctions create-state-machine --name HasFirmwareChanged --definition " |
AWS Step Functions for networkers the CLI approach - IT Playground Blog : http://blog.it-playground.eu/aws-step-functions-for-networkers-the-cli-approach/ |
aws stepfunctions create-state-machine \ |
Serverless User Activation Mechanism with Amazon Lambda, Amazon Step Functions and DynamoDB Triggers – while (learning) print(blog); : http://ceyhunozgun.blogspot.com/2017/05/serverless-user-activation-mechanism-with-aws-lambda-step-functions-and-dynamodb-triggers.html |
aws stepfunctions create-state-machine \ |
AWS Step Functions with Serverless : http://derpturkey.com/aws-step-functions-with-serverless/ |
aws stepfunctions create-state-machine \ |
AWS Step FunctionsをAWS CLIから使ってみる #reinvent | Developers.IO : http://dev.classmethod.jp/cloud/aws/aws-step-functions-with-aws-cli/ |
aws stepfunctions create-state-machine --name coffee-shop --definition file://state-machine.json --role-arn [role-arn] |
GitHub - mugglmenzel/step-functions-example-workflow: An example workflow using AWS Step Functions and Lambda Functions. : http://github.com/mugglmenzel/step-functions-example-workflow |
aws stepfunctions create-state-machine \u003cspan class=\ |
[JAWS-UG CLI] StepFunctions #6 ステートマシンの作成 (RetryStateMachine) : http://qiita.com/tcsh/items/640507538906df0741ab |
aws stepfunctions create-state-machine --name OneTimeLambdaScheduler --definition file://schedule-lambda-asl.json --role-arn ROLE_ARN --region us-east-1 |
How To: Schedule a one-time invocation of an AWS Lambda function. | Sudar's blog : http://sudar.me/blog/lambda-scheduled-one-time-invocation/ |