Why does aws_stepfunctions_tasks
only support a small subsets actions?
#29120
Unanswered
JonathanWoollett-Light
asked this question in
Q&A
Replies: 1 comment
-
Nope, they're not auto-generated. Here's the PR that added it: #9757 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
E.g. from https://docs.aws.amazon.com/codebuild/latest/APIReference/API_Operations.html only https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_stepfunctions_tasks.CodeBuildStartBuild.html is supported for codebuild. This makes integration significantly more awkward.
Are the wrappers not auto-generated? I'm curious why the support is quite narrow here.
Beta Was this translation helpful? Give feedback.
All reactions