# Alarms for scaling, and Lambda for pushing custom Metrics to CloudWatch ### Step Function ### resource "aws_sfn_state_machine" "sfn_state_machine" { name = var.project_id role_arn = aws_iam_role.step_function.arn type = "EXPRESS" definition = <