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

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    bc37725 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Change connectionArn prop to IConnection, so policies can be set.

    Add task policies: events:RetrieveConnectionCredentials, secretsmanager:GetSecretValue, secretsmanager:DescribeSecret, states:InvokeHTTPEndpoint.
    MathieuGilbert committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    425c28f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    a0d5900 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    8821eaf View commit details
    Browse the repository at this point in the history
  2. Add integration test.

    MathieuGilbert committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    75d049f View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Fix tests

    MathieuGilbert committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    15f1b5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83a8e1c View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. 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.
    MathieuGilbert committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    1c5a3c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Configuration menu
    Copy the full SHA
    40902c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Add events from aws-events import for aws-stepfunctions-tasks Rosetta…

    … template for README compilation.
    MathieuGilbert committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    5f3c9cf View commit details
    Browse the repository at this point in the history
  2. 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.
    MathieuGilbert committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    215420b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d8873c View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    fb6e25b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f87d5f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e872adc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffdb124 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    fe5e725 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35e906f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d09027a View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    a02719f View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    05962fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3155043 View commit details
    Browse the repository at this point in the history
  3. 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.
    MathieuGilbert committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    bf056d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45441fa View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    84079df View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    f784b79 View commit details
    Browse the repository at this point in the history