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

fix(stepfunctions-tasks): allow passing apiEndpoint as intrinsic function #30954

Commits on Jul 25, 2024

  1. Use the format intrinsic function to combine the apiRoot and apiEndpo…

    …int instead of string concatenation. This is required when apiEndpoint requires resolving and isn't just plain text.
    
    Add unit test to cover passing JsonPath.formatted input.
    Update integration test.
    Update (and fix) README entry's usage example.
    MathieuGilbert committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    05015e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    135ae3a View commit details
    Browse the repository at this point in the history
  3. Allow destroying the APIGateway RestApi, as there is a check against …

    …destructive changes: "Stack: aws-stepfunctions-tasks-http-invoke-integ - Resource: IntegRestApiDeploymentD67E59EC852098a1c127ca9d7d16d22086273910 - Impact: WILL_DESTROY"
    MathieuGilbert committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    10519df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1cbdb1 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'upstream/main' into awsstepfunctions-ht…

    …tpinvoke-allow-endpoint-format
    MathieuGilbert committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    bd250e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    41f8207 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8c032fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f311023 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

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

Commits on Aug 8, 2024

  1. Merge remote-tracking branch 'upstream/main' into awsstepfunctions-ht…

    …tpinvoke-allow-endpoint-format
    MathieuGilbert committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    54e62bf View commit details
    Browse the repository at this point in the history