Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support the new express workflow #281

Closed
theburningmonk opened this issue Dec 7, 2019 · 1 comment
Closed

Support the new express workflow #281

theburningmonk opened this issue Dec 7, 2019 · 1 comment
Assignees
Labels

Comments

@theburningmonk
Copy link
Collaborator

theburningmonk commented Dec 7, 2019

This is a Feature Proposal

Description

Express workflow has been launched at re:invent, looking at CloudFormation doc it's added StateMachineType (defaults to STANDARD) and LoggingConfiguration (only valid for express workflows).

Probably we can have something along the lines of :

stepFunctions:
  stateMachines:
    sayHello:
      type: EXPRESS <-- optional, default to STANDARD
      loggingConfig:
        level: ALL | ERROR | FATAL | OFF <-- default to OFF
        includeExecutionData: true | false <-- defaults to false
        destinations:
          - cw log group arn
          - cw log group arn
      definition: ...
@theburningmonk
Copy link
Collaborator Author

🎉 This issue has been resolved in version 2.13.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

ss-betseqnzr pushed a commit to BetSEQNZR/serverless-step-functions that referenced this issue Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant