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

Can`t create state machine of type EXPRESS #58

Closed
1 task done
Mateus-pilo opened this issue Feb 3, 2022 · 1 comment
Closed
1 task done

Can`t create state machine of type EXPRESS #58

Mateus-pilo opened this issue Feb 3, 2022 · 1 comment

Comments

@Mateus-pilo
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Hey Guys ✌, I`m trying to crate a state machine of type EXPRESS on the local, throug CDKLOCAL with the following code:

const stepfunction = new sfn.StateMachine(this, "StateMachine", {
      definition,
      stateMachineType: sfn.StateMachineType.EXPRESS,
});

But when i call cdklocal deploy the machine state created stayed the STANDARD see this image:

image

But when i call cdk deploy on AWS the machine state created stayed the normal EXPRESS.

Has anyone ever experienced this 😎 ?

Expected Behavior

No response

How are you starting LocalStack?

With a docker-compose file

Steps To Reproduce

How are you starting localstack (e.g., bin/localstack command, arguments, or docker-compose.yml)

docker run localstack/localstack

Client commands (e.g., AWS SDK code snippet, or sequence of "awslocal" commands)

Environment

- OS: Ubuntu 20
- LocalStack: docker image, `localstack/localstack:latest`

Anything else?

No response

@dominikschubert
Copy link
Member

seems to have been fixed in localstack/localstack#5417

Please pull the localstack/localstack image again. The machine type should now correctly be set when deployed via CloudFormation 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants