こちらはブログに書いている、AWSでサーバーレスなバッチ処理を作るハンズオンです。
複数の章がありますが、章ごとにコミットを分けています。
差分の確認やコードのコピーをしたい場合は、コミット一覧から見たい章のコミットに飛んでください。
https://www.ohitori.fun/entry/develop-simple-batch-processing-with-full-managed-service-in-aws
sam deploy --config-file ./samconfig.toml
aws cloudformation delete-stack \
--stack-name simple-serverless-batch
※5章の内容を実装したら実行可能。(refactoring
ブランチに切り替えた場合に実行可能。) .
python3 -m pytest tests/unit/layer -v
※5章の内容を実装したら実行可能。(refactoring
ブランチに切り替えた場合に実行可能。) .
AWS_SAM_STACK_NAME="simple-serverless-batch" python -m pytest tests/integration -v