{"id":19208611,"url":"https://github.com/heiwa4126/sam-stepfunctions-parallel","last_synced_at":"2025-07-19T15:36:41.676Z","repository":{"id":111911436,"uuid":"478357205","full_name":"heiwa4126/sam-stepfunctions-parallel","owner":"heiwa4126","description":"AWS Step Functions の parallel と map のサンプル","archived":false,"fork":false,"pushed_at":"2022-04-06T01:36:18.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T07:16:31.716Z","etag":null,"topics":["aws-sam","example","stepfunctions"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/heiwa4126.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-06T01:20:10.000Z","updated_at":"2022-04-06T01:34:58.000Z","dependencies_parsed_at":"2023-04-18T14:31:15.789Z","dependency_job_id":null,"html_url":"https://github.com/heiwa4126/sam-stepfunctions-parallel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/heiwa4126/sam-stepfunctions-parallel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heiwa4126%2Fsam-stepfunctions-parallel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heiwa4126%2Fsam-stepfunctions-parallel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heiwa4126%2Fsam-stepfunctions-parallel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heiwa4126%2Fsam-stepfunctions-parallel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heiwa4126","download_url":"https://codeload.github.com/heiwa4126/sam-stepfunctions-parallel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heiwa4126%2Fsam-stepfunctions-parallel/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259466168,"owners_count":22862236,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws-sam","example","stepfunctions"],"created_at":"2024-11-09T13:27:11.451Z","updated_at":"2025-06-12T12:37:28.770Z","avatar_url":"https://github.com/heiwa4126.png","language":"Python","readme":"# sam-stepfunctions-parallel\n\nAWS Step Functions の parallel と map のサンプル。\n\n## 参考\n\n- [AWS Step FunctionsのParallelステートを使って並列実行させる | DevelopersIO](https://dev.classmethod.jp/articles/aws-step-functions-parallel-execution/)\n\n\n# デプロイ\n\n```sh\nsam build\nsam deploy --guided  # --guidedは最初の1回\n```\n\n`sam deploy --guided` は\nデフォルトでいいです。\n\nデプロイが終わったら\n```sh\npip3 install -U --user -r requirements.txt\n./export1.py\n```\n\nと、実行すると、Step FunctionsのARNなどが\n- `.export.yml`\n- `.export.sh`\n\nに書き出されます。\n\n\n# テストの実行\n\n```sh\n./start_statemachine.sh       # Step Functionの起動\n./get_statemachine_status.sh  # Step Functionの結果の取得\nsleep 10   # ASLでわざと10秒待つように作ってある\n./get_statemachine_status.sh  # Step Functionの結果の取得\n```\n\n\n# スタックの削除\n\n```sh\nsam delete --no-prompts\n```\nで消えます。\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheiwa4126%2Fsam-stepfunctions-parallel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheiwa4126%2Fsam-stepfunctions-parallel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheiwa4126%2Fsam-stepfunctions-parallel/lists"}