An open API service indexing awesome lists of open source software.

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で作成するサンプル。

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を参照。