We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
cdklocal deploy
But when i call cdk deploy on AWS the machine state created stayed the normal EXPRESS.
cdk deploy
Has anyone ever experienced this 😎 ?
No response
With a docker-compose file
bin/localstack
docker-compose.yml
docker run localstack/localstack
- OS: Ubuntu 20 - LocalStack: docker image, `localstack/localstack:latest`
The text was updated successfully, but these errors were encountered:
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 👍
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
Current Behavior
Hey Guys ✌, I`m trying to crate a state machine of type EXPRESS on the local, throug CDKLOCAL with the following code:
But when i call
cdklocal deploy
the machine state created stayed the STANDARD see this 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, ordocker-compose.yml
)Client commands (e.g., AWS SDK code snippet, or sequence of "awslocal" commands)
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: