-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
apigatewayv2: stateMachineArn does not fit schema for Operation: StepFunctions-StartSyncExecution #26328
Comments
Looks like the requestParameters: {
stateMachineArn: demoStateMachine.stateMachineArn
} Are you able to I guess this might related to #25395 (comment) and a trailing |
What I was trying to do here is not related with #25395 (comment) he is trying to use other services from the StepFunction. What I was trying to do was to invoke a StepFunction from ApiGatewayV2 Done, so it looks like you need to specify it as: requestParameters: {
StateMachineArn: demoStateMachine.stateMachineArn,
Input: '$request.body.input',
} |
Here is the full code with the imports and all the code that works.
|
Describe the bug
I'm trying to create a ApiGatewayV2 route with AWS StepFunction integration. For this I'm using the L1 constructs but getting the following error message:
Expected Behavior
The creation of the ApiGatewayV2 route with an AWS StepFunction integration
Current Behavior
Stack deployment failure and rollbacked:
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.85.0
Framework Version
2.85.0
Node.js Version
16.18.0
OS
macOS 13.4.1
Language
Typescript
Language Version
4.9.5
Other information
No response
The text was updated successfully, but these errors were encountered: