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

aws_stepfunction_tasks: missing lambda:InvokeFunction action #32349

Open
1 task done
smg-kayle opened this issue Dec 2, 2024 · 0 comments
Open
1 task done

aws_stepfunction_tasks: missing lambda:InvokeFunction action #32349

smg-kayle opened this issue Dec 2, 2024 · 0 comments
Labels
@aws-cdk/aws-stepfunctions-tasks bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. potential-regression Marking this issue as a potential regression to be checked by team member

Comments

@smg-kayle
Copy link

smg-kayle commented Dec 2, 2024

Describe the bug

When upgrading to v2.168.0 to have NodeJS v22.x supported I notice that the lambda:InvokeFunction action is missing and still missing in v2.171.1.

cdk diff command gives me this
image

Regression Issue

  • Select this option if this issue appears to be a regression.

Last Known Working CDK Version

2.122.0

Expected Behavior

The StateMachine is able to invoke the lambda function

Current Behavior

The StateMachine is unable to invoke the lambda function

Reproduction Steps

  1. Install [email protected]
  2. Run cdk diff to generate diff table

Implementation details

const taskQualifyLead = new aws_stepfunctions_tasks.LambdaInvoke(this, 'Qualify Lead', {
  lambdaFunction: this.leadQualifyLambda,
  outputPath: '$.Payload',
  retryOnServiceExceptions: true,
});

Possible Solution

No response

Additional Information/Context

No response

CDK CLI Version

2.168.0

Framework Version

No response

Node.js Version

18, 20

OS

Linux

Language

TypeScript

Language Version

5.7.2

Other information

No response

@smg-kayle smg-kayle added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Dec 2, 2024
@github-actions github-actions bot added @aws-cdk/aws-stepfunctions-tasks potential-regression Marking this issue as a potential regression to be checked by team member labels Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-stepfunctions-tasks bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. potential-regression Marking this issue as a potential regression to be checked by team member
Projects
None yet
Development

No branches or pull requests

1 participant