https://github.com/heiwa4126/sam-stepfunctions1a
"Step Functions ステートを作成マシンLambda の使用 - AWS Step Functions" に出てくるリソースをSAMで作成するサンプル。
https://github.com/heiwa4126/sam-stepfunctions1a
aws-sam example stepfunctions
Last synced: 8 months ago
JSON representation
"Step Functions ステートを作成マシンLambda の使用 - AWS Step Functions" に出てくるリソースをSAMで作成するサンプル。
- Host: GitHub
- URL: https://github.com/heiwa4126/sam-stepfunctions1a
- Owner: heiwa4126
- Created: 2022-03-30T06:51:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-30T07:19:57.000Z (almost 4 years ago)
- Last Synced: 2025-02-23T07:16:31.569Z (12 months ago)
- Topics: aws-sam, example, stepfunctions
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sam-stepfunctions1a
[Step Functions ステートを作成マシンLambda の使用 - AWS Step Functions](https://docs.aws.amazon.com/ja_jp/step-functions/latest/dg/tutorial-creating-lambda-state-machine.html)
に出てくるリソースをSAMで作成するサンプル。
CFnの AWS::StepFunctions::StateMachine ではなく
SAMの AWS::Serverless::StateMachine を使っている。
それですっきり短くなったか、というとそうでもない感じ。
(ポリシーをインラインにしたので、見た目4つ分減っている)
実際には使用していないS3が1個ある。
デプロイ後のテストの方法は
上記URLを参照。