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

feat(stepfunctions-tasks): add httpinvoke step functions task #28673

Merged
merged 26 commits into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
bc37725
Add http:invoke step functions task
MathieuGilbert Jan 11, 2024
425c28f
Change connectionArn prop to IConnection, so policies can be set.
MathieuGilbert Jan 12, 2024
a0d5900
Add an aws-stepfunctions-tasks README entry for HttpInvoke .
MathieuGilbert Jan 13, 2024
8821eaf
Merge branch 'main' into add-awsstepfunctions-httpinvoke
MathieuGilbert Jan 31, 2024
75d049f
Add integration test.
MathieuGilbert Jan 31, 2024
15f1b5a
Fix tests
MathieuGilbert Feb 1, 2024
83a8e1c
drop trailing whitespace
MathieuGilbert Feb 1, 2024
1c5a3c2
Add functional integration test using default params, and its snapsho…
MathieuGilbert Feb 2, 2024
40902c6
Import order in test, tidy readme entry.
MathieuGilbert Feb 3, 2024
5f3c9cf
Add events from aws-events import for aws-stepfunctions-tasks Rosetta…
MathieuGilbert Feb 10, 2024
215420b
aws-events is already imported in individual examples, so adding it t…
MathieuGilbert Feb 10, 2024
8d8873c
Merge remote-tracking branch 'upstream/main' into add-awsstepfunction…
MathieuGilbert Feb 10, 2024
fb6e25b
Update task props, make use of TaskInput.
MathieuGilbert Feb 22, 2024
f87d5f2
Merge remote-tracking branch 'upstream/main' into add-awsstepfunction…
MathieuGilbert Feb 22, 2024
e872adc
Fix (?) prop examples for TaskInputs.
MathieuGilbert Feb 22, 2024
ffdb124
Merge remote-tracking branch 'upstream/main' into add-awsstepfunction…
MathieuGilbert Feb 22, 2024
fe5e725
Merge branch 'main' into add-awsstepfunctions-httpinvoke
MathieuGilbert Feb 23, 2024
35e906f
Merge branch 'main' into add-awsstepfunctions-httpinvoke
MathieuGilbert Feb 23, 2024
d09027a
Merge branch 'main' into add-awsstepfunctions-httpinvoke
MathieuGilbert Feb 23, 2024
a02719f
Merge branch 'main' into add-awsstepfunctions-httpinvoke
MathieuGilbert Feb 29, 2024
05962fa
Fix casing in README section for Invoke HTTP API.
MathieuGilbert Apr 2, 2024
3155043
Apply consistent comment formatting.
MathieuGilbert Apr 2, 2024
bf056d9
Refactor urlEncodeBody and arrayEncodingFormat into urlEncodingFormat…
MathieuGilbert Apr 2, 2024
45441fa
Merge remote-tracking branch 'upstream/main' into add-awsstepfunction…
MathieuGilbert Apr 2, 2024
84079df
Merge branch 'main' into add-awsstepfunctions-httpinvoke
MathieuGilbert Apr 4, 2024
f784b79
Merge branch 'main' into add-awsstepfunctions-httpinvoke
TheRealAmazonKendra Apr 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading