-
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
feat(stepfunctions-tasks): add httpinvoke step functions task #28673
feat(stepfunctions-tasks): add httpinvoke step functions task #28673
Commits on Jan 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bc37725 - Browse repository at this point
Copy the full SHA bc37725View commit details
Commits on Jan 12, 2024
-
Change connectionArn prop to IConnection, so policies can be set.
Add task policies: events:RetrieveConnectionCredentials, secretsmanager:GetSecretValue, secretsmanager:DescribeSecret, states:InvokeHTTPEndpoint.
Configuration menu - View commit details
-
Copy full SHA for 425c28f - Browse repository at this point
Copy the full SHA 425c28fView commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a0d5900 - Browse repository at this point
Copy the full SHA a0d5900View commit details
Commits on Jan 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8821eaf - Browse repository at this point
Copy the full SHA 8821eafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75d049f - Browse repository at this point
Copy the full SHA 75d049fView commit details
Commits on Feb 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 15f1b5a - Browse repository at this point
Copy the full SHA 15f1b5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83a8e1c - Browse repository at this point
Copy the full SHA 83a8e1cView commit details
Commits on Feb 2, 2024
-
Add functional integration test using default params, and its snapsho…
…t. Test creates an API Gateway endpoint with basic auth Connection, then uses the connection in its task to invoke the endpoint.
Configuration menu - View commit details
-
Copy full SHA for 1c5a3c2 - Browse repository at this point
Copy the full SHA 1c5a3c2View commit details
Commits on Feb 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 40902c6 - Browse repository at this point
Copy the full SHA 40902c6View commit details
Commits on Feb 10, 2024
-
Add events from aws-events import for aws-stepfunctions-tasks Rosetta…
… template for README compilation.
Configuration menu - View commit details
-
Copy full SHA for 5f3c9cf - Browse repository at this point
Copy the full SHA 5f3c9cfView commit details -
aws-events is already imported in individual examples, so adding it t…
…o Rosetta fixture gives duplicate import errors on them. Add SecretValue as core import with others in template.
Configuration menu - View commit details
-
Copy full SHA for 215420b - Browse repository at this point
Copy the full SHA 215420bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d8873c - Browse repository at this point
Copy the full SHA 8d8873cView commit details
Commits on Feb 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fb6e25b - Browse repository at this point
Copy the full SHA fb6e25bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f87d5f2 - Browse repository at this point
Copy the full SHA f87d5f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e872adc - Browse repository at this point
Copy the full SHA e872adcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffdb124 - Browse repository at this point
Copy the full SHA ffdb124View commit details
Commits on Feb 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fe5e725 - Browse repository at this point
Copy the full SHA fe5e725View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35e906f - Browse repository at this point
Copy the full SHA 35e906fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d09027a - Browse repository at this point
Copy the full SHA d09027aView commit details
Commits on Feb 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a02719f - Browse repository at this point
Copy the full SHA a02719fView commit details
Commits on Apr 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 05962fa - Browse repository at this point
Copy the full SHA 05962faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3155043 - Browse repository at this point
Copy the full SHA 3155043View commit details -
Refactor urlEncodeBody and arrayEncodingFormat into urlEncodingFormat…
…. Rename enum to URLEncodingFormat and add DEFAULT and NONE options. Restructure the buildTaskParameters method for clarity with the new logic, and define an interface for it. Add specific test case for NONE.
Configuration menu - View commit details
-
Copy full SHA for bf056d9 - Browse repository at this point
Copy the full SHA bf056d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45441fa - Browse repository at this point
Copy the full SHA 45441faView commit details
Commits on Apr 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 84079df - Browse repository at this point
Copy the full SHA 84079dfView commit details
Commits on Apr 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f784b79 - Browse repository at this point
Copy the full SHA f784b79View commit details