-
Notifications
You must be signed in to change notification settings - Fork 21
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
Upgrade to AWSSDK 1.11.288 #249
Merged
AMZN-Gene
merged 7 commits into
o3de:main
from
aws-lumberyard-dev:GHI_16761_AWSSDK_1.11.264
Apr 11, 2024
Merged
Upgrade to AWSSDK 1.11.288 #249
AMZN-Gene
merged 7 commits into
o3de:main
from
aws-lumberyard-dev:GHI_16761_AWSSDK_1.11.264
Apr 11, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: AMZN-Gene <[email protected]>
Signed-off-by: AMZN-Gene <[email protected]>
…cktrace() in the standard c library Signed-off-by: AMZN-Gene <[email protected]>
…1.11.288 Signed-off-by: AMZN-Gene <[email protected]>
Signed-off-by: AMZN-Gene <[email protected]>
Signed-off-by: Steve Pham <[email protected]>
…for invoking existing models vs Bedrock which is used for creating new models Signed-off-by: AMZN-Gene <[email protected]>
spham-amzn
approved these changes
Mar 28, 2024
lemonade-dm
approved these changes
Apr 2, 2024
amzn-changml
added a commit
that referenced
this pull request
Apr 10, 2024
Adds a multipackage loop for package builds that have more than one package in the platform file (such as Windows/Android and Mac/iOS) Also updates some of the Github Actions dependencies to their respective latest versions Tested in my fork against the [AWSSDK 1.11.288 PR](#249): https://github.com/amzn-changml/3p-package-source/actions/runs/8625647372 Signed-off-by: Mike Chang <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Upgrading the AWS SDK 1.11.288
Compiles for Android (has to skip last release because Android didn't compile for 1.11.144)
Adding bedrock-runtime API which allows invoking existing AI models (not for managing new models)