aws-cdk
aws-cdk copied to clipboard
feat(stepfunctions-tasks): add http:invoke step functions task
This adds an HttpInvoke Step Functions task construct, which allows calling public APIs as described here.
- Accepts an Event Bridge API Destination
IConnection, setting required permissions to use its credentials. - Grants permission to invoke the root path for the endpoint (
apiRootprop). This allows passing the relative endpoint path at execution time (apiEndpointprop). - Defines an enum for the allowed options for the URL encoding style of arrays, used when encoding the request body.
Closes #28278
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
This PR has been in the CHANGES REQUESTED state for 3 weeks, and looks abandoned. To keep this PR from being closed, please continue work on it. If not, it will automatically be closed in a week.
@msambol @TheRealAmazonKendra Thanks for reviewing, I think I've addressed all of your comments. Please let me know if there's anything else!
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).
@Mergifyio update
update
❌ Mergify doesn't have permission to update
For security reasons, Mergify can't update this pull request. Try updating locally.
GitHub response: refusing to allow a GitHub App to create or update workflow .github/workflows/request-cli-integ-test.yml without workflows permission
AWS CodeBuild CI Report
- CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
- Commit ID: f784b7911cf6b591c52c7531cb228e902f9a0477
- Result: SUCCEEDED
- Build Logs (available for 30 days)
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).