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(aws-stepfunctions-tasks): allow specifying waitForTaskToken suffix in resourceArn #2686

Merged
merged 9 commits into from
Jun 18, 2019

Commits on May 30, 2019

  1. feat(aws-stepfunctions-tasks): allow specifying waitForTaskToken suff…

    …ix in resourceArn (aws#2658)
    
    * Add waitForTaskToken property to SentToQueue, InvokeFunction, PublishToTopic task types
    * Add payload parameter to InvokeLambda parameters
    * Unit test
    
    BREAKING CHANGE: InvokeFunction now requires props as second argument
    alberto-galimberti committed May 30, 2019
    Configuration menu
    Copy the full SHA
    e50913e View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. feat(aws-stepfunctions-tasks): allow specifying waitForTaskToken suff…

    …ix in resourceArn (aws#2658)
    
    * Merge awslabs:master into albegali:master
    * Resolved conflicts
    alberto-galimberti committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    ccf38b9 View commit details
    Browse the repository at this point in the history
  2. feat(aws-stepfunctions-tasks): allow specifying waitForTaskToken suff…

    …ix in resourceArn (aws#2658)
    
    * InvokeFunction props is now optional
    * Payload can have multiple nesting levels
    * Unit test
    * Integration test
    * Invoke lambda via SFN integrated service ARN
    alberto-galimberti committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    9dd544b View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2019

  1. Configuration menu
    Copy the full SHA
    5b49cde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38faecd View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Configuration menu
    Copy the full SHA
    6dbc5ce View commit details
    Browse the repository at this point in the history
  2. Split off into RunLambdaTask class.

    Rico Huijbers committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    3769f13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d453eed View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. Fix

    Rico Huijbers committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    8788fc3 View commit details
    Browse the repository at this point in the history