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 static get function for ssm.parameter with versioned or labeled IDs #4014

Merged
merged 5 commits into from
Jun 4, 2024

Commits on Jun 3, 2024

  1. Fix static get function for ssm.parameter with versioned or labled IDs

    When the upstream SSM resources where moved to the AWS SDK v2 the lookup of
    SSM parameters with versions or labels got broken. This fixes that
    again.
    flostadler committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    59f207a View commit details
    Browse the repository at this point in the history
  2. fix formatting

    flostadler committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    73905a6 View commit details
    Browse the repository at this point in the history
  3. Simplify regression test

    flostadler committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    1f50d5a View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Simplify regression test

    flostadler committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d5750c8 View commit details
    Browse the repository at this point in the history
  2. Commit example changes

    flostadler committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    2a5599e View commit details
    Browse the repository at this point in the history