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 step functions task to run glue job #6258

Merged
merged 21 commits into from
Mar 2, 2020
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
9d89269
feat(stepfunctions-tasks): add step functions task to run glue job
BenChaimberg Jan 14, 2020
646f323
Merge branch 'master' into glue_job_sfn_task
BenChaimberg Feb 21, 2020
402a76c
cleanup constructor properties, add integration test
BenChaimberg Feb 21, 2020
4232e96
Merge branch 'master' into glue_job_sfn_task
BenChaimberg Feb 24, 2020
56d8371
remove job run ID from props, update default prop descriptions
BenChaimberg Feb 24, 2020
f4285b3
add s3 assets package to module
BenChaimberg Feb 24, 2020
442f2cd
fix linting errors
BenChaimberg Feb 24, 2020
48fc836
Merge branch 'master' into glue_job_sfn_task
BenChaimberg Feb 24, 2020
876e05e
clean up documentation, add links to docs and glue task example
BenChaimberg Feb 26, 2020
2d9c360
add verification step to integration step, ensure job succeeds
BenChaimberg Feb 26, 2020
004ebd7
Merge branch 'master' into glue_job_sfn_task
BenChaimberg Feb 26, 2020
bf5f39a
update expected integration test stack (asset names)
BenChaimberg Feb 26, 2020
8933a67
add integ test verification comment about glue cold start
BenChaimberg Feb 27, 2020
becef82
Merge branch 'master' into glue_job_sfn_task
BenChaimberg Feb 27, 2020
7db0ab0
cleaned up the note around cold start
Feb 28, 2020
45bfbd5
Merge branch 'master' into glue_job_sfn_task
mergify[bot] Feb 28, 2020
f7b2147
specify glue job ARN in state machine role permissions
BenChaimberg Feb 28, 2020
f81ee8d
change state machine role permissions based on service integration pa…
BenChaimberg Feb 28, 2020
3cb54e3
Merge branch 'master' into glue_job_sfn_task
BenChaimberg Feb 28, 2020
2b41dbc
Merge branch 'glue_job_sfn_task' of github.com:BenChaimberg/aws-cdk i…
BenChaimberg Feb 28, 2020
6960a54
Merge branch 'master' into glue_job_sfn_task
mergify[bot] Mar 2, 2020
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
Prev Previous commit
Next Next commit
add s3 assets package to module
  • Loading branch information
BenChaimberg committed Feb 24, 2020
commit f4285b3b01dc544f8b86c5c34f1a00c9c5ba088c
2 changes: 2 additions & 0 deletions packages/@aws-cdk/aws-stepfunctions-tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"@aws-cdk/aws-kms": "1.25.0",
"@aws-cdk/aws-lambda": "1.25.0",
"@aws-cdk/aws-s3": "1.25.0",
"@aws-cdk/aws-s3-assets": "1.25.0",
"@aws-cdk/aws-sns": "1.25.0",
"@aws-cdk/aws-sqs": "1.25.0",
"@aws-cdk/aws-stepfunctions": "1.25.0",
Expand All @@ -115,6 +116,7 @@
"@aws-cdk/aws-kms": "1.25.0",
"@aws-cdk/aws-lambda": "1.25.0",
"@aws-cdk/aws-s3": "1.25.0",
"@aws-cdk/aws-s3-assets": "1.25.0",
"@aws-cdk/aws-sns": "1.25.0",
"@aws-cdk/aws-sqs": "1.25.0",
"@aws-cdk/aws-stepfunctions": "1.25.0",
Expand Down