Skip to content
Snippets Groups Projects
Select Git revision
  • c6143ec5e23e27e7523724159738209f51dd4d7e
  • main default protected
  • release-2025-06-11-with-patches protected
  • release-2025-05-15-with-patches protected
  • release-2025-03-27-with-patches protected
  • release-2024-12-30-with-client-builder protected
  • release-2024-12-26-with-client-builder protected
  • release-2024-11-05-with-client-builder protected
  • release-2024-08-16-with-client-builder protected
  • release-2024-09-09-with-client-builder protected
  • release-2024-08-28-with-client-builder protected
  • release-2024-10-09-with-client-builder protected
  • sbuttgereit/expose_client_builder_with_hyper_1_0
  • release-2025-06-11
  • release-2025-06-03
  • release-2025-05-19
  • release-2025-05-15
  • release-2025-05-09
  • release-2025-05-02
  • release-2025-04-23
  • release-2025-03-27
  • release-2025-03-25
  • release-2025-03-10
  • release-2025-03-04
  • release-2025-02-20
  • release-2025-02-12
  • release-2025-02-03
  • release-2025-01-28
  • release-2025-01-23
  • release-2025-01-17
  • release-2025-01-14
  • release-2024-12-30
  • release-2024-12-26
33 results

sdk

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Russell Cohen authored and GitHub committed
    * create an AWS config module
    
    This commit adds a new AWS config module. It only currently supports region resolution. A follow up commit will remove `ProvideRegion` from AWS types.
    
    * create aws-config
    
    This commit introduces `aws-config`, the configuration loader entry point for the SDK. Currently, this adds very little new code, instead, it migrates code from `aws_types` into the shared-config package.
    
    * Update Examples to use shared-config
    
    * Fix KMS IT
    
    * Fix cargo docs
    
    * Fix clippy
    
    * Clarify doc comment on EnvLoader
    
    * Clarify region chain impl, add tests
    
    * Update CHANGELOG.md
    
    Co-authored-by: default avatarJohn DiSanti <jdisanti@amazon.com>
    
    * Delete dead module
    
    * CR feedback
    
    * Add more docs to aws-config
    
    Co-authored-by: default avatarJohn DiSanti <jdisanti@amazon.com>
    c6143ec5
    History
    Name Last commit Last update
    ..