awsdocs / aws-doc-sdk-examples

Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.
Apache License 2.0
9.48k stars 5.61k forks source link

Post GA changes for Swift SDK #6881

Closed shepazon closed 1 week ago

shepazon commented 1 week ago

This PR applies changes that couldn't be done before the GA of the SDK for Swift, including:

  1. Adds the ability to request the global SwiftPM package cache and/or the project build artifacts be erased before starting to build.
  2. Updates the minimum required version of the SDK to 1.0.0 for all examples.
  3. Updates the config example to test successfully again. The test was relying on the default debug output, which is no longer output by default. In addition, the output had changed so the example now looks for the changed output.
  4. Updates a couple of examples that weren't building post-GA for.... reasons.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.