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

Source sdk-partitions from the models instead of hardcoding #3292

Merged
merged 7 commits into from
Dec 20, 2023

Commits on Dec 20, 2023

  1. Source sdk-partitions from the models instead of hardcoding

    1. Update `sync-models` to sync from aws-sdk-rust. This location includes `sdk-partitions.json`
    2. Update aws:sdk gradle file to properly set this variable in codegen./
    3. Add an additional safeguard to ensure that the default hardcoded version is only used in tests and adhoc SDK generation.
    rcoh committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    255be4a View commit details
    Browse the repository at this point in the history
  2. Unify codegen flags

    Unify codegen flags behind a single "awsSdkBuild" flag. This is a singular flag to toggle "AWS mode" on and off. This also updates the sdk-codegen integration tests to be use this build mode to more closely reflect actual generated SDKs.
    rcoh committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    2427850 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e43d0d8 View commit details
    Browse the repository at this point in the history
  4. Update changelog

    rcoh committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    d89cbb0 View commit details
    Browse the repository at this point in the history
  5. CR feedback

    rcoh committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    d4771a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7093ea6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fc3ba64 View commit details
    Browse the repository at this point in the history