Skip to content

Java v2 Add S3 Express Scenario #7270

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

Merged
merged 10 commits into from
Mar 24, 2025
Merged

Java v2 Add S3 Express Scenario #7270

merged 10 commits into from
Mar 24, 2025

Conversation

scmacdon
Copy link
Contributor

@scmacdon scmacdon commented Mar 3, 2025

This pull request adds Java S3 Express Scenario


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

@scmacdon scmacdon added Java-v2 This issue relates to the AWS SDK for Java V2 Basics A basic code example showing the core actions for a particular service. labels Mar 3, 2025
@scmacdon scmacdon self-assigned this Mar 3, 2025
@scmacdon scmacdon requested a review from tkhill-AWS March 5, 2025 19:41
@tkhill-AWS
Copy link
Collaborator

tkhill-AWS commented Mar 14, 2025

Overall comments

Always refer to "regular" buckets rather than "normal" buckets. Lowercase the "d" in "Directory buckets".

README changes

  • The README for this S3Express Basics Scenario has the wrong title. It reads "Amazon S3 Batch Basics Scenario".
  • Under the [Setting up Resources](Amazon S3 Batch Basics Scenario) section, it says an IAM role will be created by a CloudFormation template, but this is not accurate for this Java implementation.

Specification changes

  • In the Overview section, change "...using the AWS SDK." to "...using an AWS SDK." Lowercase "Directory" in "Directory bucket".

  • In the Resources and User Input section, "{bunch of stuff}" should be replaced.

  • Under Scenario Program Flow,

    • First item - I don't think we should do the VPC endpoint, unless we plan to create a runnable jar with instructions on how to do get that up and running on an EC2 instance. If we do go with it, I think what needs to happen is the VPC endpoint needs to be created in whatever VPC the EC2 instance is currently running it, because if you create a new VPC, the current EC2 instance won't have launched in it. You'd have to relaunch the EC2 instance into the new VPC.
    • Second item - Don't create IAM users with long-lived credentials. Just create roles and assume them. This example should use 2 roles with different permssions rather than creating two IAM users with long-lived credentials. This is a best practice, so this is what we should show users.

I'm still reviewing ....

Copy link
Collaborator

@tkhill-AWS tkhill-AWS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've done as much review as I have time for. Check out the comment with the "Overall Comments". It contains comments related to the README and Specification.

Copy link
Collaborator

@tkhill-AWS tkhill-AWS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scott and I went through the changes in our weekly meeting. Scott will send my concers regarding the VPC issue and IAM user creation to Jason.

@scmacdon scmacdon added the On Call Review needed This work needs an on-call review label Mar 19, 2025
@scmacdon
Copy link
Contributor Author

I sent the feedback about Spec, etc to Jason.

@scmacdon scmacdon added On Call Review needed This work needs an on-call review and removed On Call Review needed This work needs an on-call review labels Mar 19, 2025
@beqqrry-aws beqqrry-aws added On Call Review complete On call review complete and removed On Call Review needed This work needs an on-call review labels Mar 24, 2025
@beqqrry-aws beqqrry-aws merged commit e2713b2 into awsdocs:main Mar 24, 2025
19 of 20 checks passed
rlhagerm added a commit to rlhagerm/aws-doc-sdk-examples that referenced this pull request Mar 28, 2025
commit 7d9a194
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Mar 27 17:09:39 2025 +0000

    Bump aws-cdk-lib from 2.80.0 to 2.184.0 in /resources/cdk/ecr_repositories (awsdocs#7325)

    Bump aws-cdk-lib in /resources/cdk/ecr_repositories

    Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.80.0 to 2.184.0.
    - [Release notes](https://github.com/aws/aws-cdk/releases)
    - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md)
    - [Commits](https://github.com/aws/aws-cdk/commits/v2.184.0/packages/aws-cdk-lib)

    ---
    updated-dependencies:
    - dependency-name: aws-cdk-lib
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 8726514
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 26 17:47:49 2025 +0000

    Bump aws-cdk-lib from 2.80.0 to 2.184.0 in /resources/cdk/cognito_scenario_user_pool_with_mfa (awsdocs#7324)

    Bump aws-cdk-lib in /resources/cdk/cognito_scenario_user_pool_with_mfa

    Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.80.0 to 2.184.0.
    - [Release notes](https://github.com/aws/aws-cdk/releases)
    - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md)
    - [Commits](https://github.com/aws/aws-cdk/commits/v2.184.0/packages/aws-cdk-lib)

    ---
    updated-dependencies:
    - dependency-name: aws-cdk-lib
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 9b233d5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 26 10:41:04 2025 -0700

    Bump aws-cdk-lib from 2.95.1 to 2.184.0 in /resources/cdk/secrets-manager (awsdocs#7323)

    Bump aws-cdk-lib in /resources/cdk/secrets-manager

    Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.95.1 to 2.184.0.
    - [Release notes](https://github.com/aws/aws-cdk/releases)
    - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md)
    - [Commits](https://github.com/aws/aws-cdk/commits/v2.184.0/packages/aws-cdk-lib)

    ---
    updated-dependencies:
    - dependency-name: aws-cdk-lib
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit d6ecea0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 26 17:33:22 2025 +0000

    Bump vite from 4.5.9 to 4.5.10 in /applications/feedback_sentiment_analyzer/client (awsdocs#7320)

    Bump vite in /applications/feedback_sentiment_analyzer/client

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.9 to 4.5.10.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v4.5.10/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v4.5.10/packages/vite)

    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-type: direct:development
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 080ac40
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 26 17:30:50 2025 +0000

    Bump aws-cdk-lib from 2.95.1 to 2.184.0 in /.tools/test/stacks/images/typescript (awsdocs#7322)

    Bump aws-cdk-lib in /.tools/test/stacks/images/typescript

    Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.95.1 to 2.184.0.
    - [Release notes](https://github.com/aws/aws-cdk/releases)
    - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md)
    - [Commits](https://github.com/aws/aws-cdk/commits/v2.184.0/packages/aws-cdk-lib)

    ---
    updated-dependencies:
    - dependency-name: aws-cdk-lib
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit c3a4b6e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 26 17:26:57 2025 +0000

    Bump aws-cdk-lib from 2.100.0 to 2.184.0 in /scenarios/features/healthimaging_image_sets/resources/cdk (awsdocs#7318)

    Bump aws-cdk-lib

    Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.100.0 to 2.184.0.
    - [Release notes](https://github.com/aws/aws-cdk/releases)
    - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md)
    - [Commits](https://github.com/aws/aws-cdk/commits/v2.184.0/packages/aws-cdk-lib)

    ---
    updated-dependencies:
    - dependency-name: aws-cdk-lib
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jason Q <[email protected]>

commit 8427e76
Author: Jason Q <[email protected]>
Date:   Wed Mar 26 10:24:22 2025 -0700

    GitHub: Create auto-update-pr action (awsdocs#7315)

    Create auto-update-pr action

    This action keeps PRs up to date when `main` gets pushed to

commit dbc84b9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 26 17:22:18 2025 +0000

    Bump vite from 4.5.5 to 4.5.10 in /resources/clients/react/elros (awsdocs#7319)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.5 to 4.5.10.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v4.5.10/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v4.5.10/packages/vite)

    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-type: direct:development
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit a7f7091
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 26 00:45:07 2025 +0000

    Bump aws-cdk-lib from 2.137.0 to 2.185.0 in /gov2/workflows/user_pools_and_lambda_triggers/.cdk (awsdocs#7313)

    Bump aws-cdk-lib in /gov2/workflows/user_pools_and_lambda_triggers/.cdk

    Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.137.0 to 2.185.0.
    - [Release notes](https://github.com/aws/aws-cdk/releases)
    - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md)
    - [Commits](https://github.com/aws/aws-cdk/commits/v2.185.0/packages/aws-cdk-lib)

    ---
    updated-dependencies:
    - dependency-name: aws-cdk-lib
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jason Q <[email protected]>

commit 7ff39ac
Author: Jason Q <[email protected]>
Date:   Tue Mar 25 17:43:47 2025 -0700

    JS: Adds WORKDIR directive to JSv3 Dockerfile (awsdocs#7316)

commit e2713b2
Author: Scott Macdonald <[email protected]>
Date:   Mon Mar 24 18:18:08 2025 -0400

    Java v2 Add S3 Express Scenario (awsdocs#7270)

    * JavaV2: S3 Express Scenario

commit 5fb4033
Author: xueyao-aws <[email protected]>
Date:   Tue Mar 25 01:53:46 2025 +0800

    Python: Adding converse_stream_pdf.py sample to show how does converse stream API process PDF file. Bedrock runtime (awsdocs#7292)

    * add converse_stream_pdf.py under bedrock_runtime...anthropic_claude

commit 0acf0fd
Author: Brian Murray <[email protected]>
Date:   Mon Mar 24 11:51:09 2025 +0000

    Add a new 'single action example' label (awsdocs#7311)

commit bce8510
Author: Eric Shepherd <[email protected]>
Date:   Fri Mar 21 06:35:02 2025 -0400

    Use on-demand mode in DDB scenario example (awsdocs#7312)

    This updates the Swift DynamoDB basics/scenario example to use on-demand mode
    instead of provisioned mode.

commit a7881e2
Author: Jon Friesen <[email protected]>
Date:   Thu Mar 20 07:28:33 2025 -0400

    SAP ABAP: add bedrock agents runtime example, abaplint formatting, improved test cases (awsdocs#7291)

    * add bedrock agents runtime example, major linting and improved test cases

commit 113c896
Author: Brian Murray <[email protected]>
Date:   Wed Mar 19 17:20:16 2025 +0000

    Update bucketname (awsdocs#7310)

    * Update bucketnames in Java, JavaScript, and Python examples

commit b524899
Author: Dennis Traub <[email protected]>
Date:   Wed Mar 19 13:01:32 2025 +0100

    Kotlin: Amazon Nova text and image generation examples (awsdocs#7257)

    * Refactor InvokeModel and add Converse; add ConverseStream, and example for Nova Canvas

commit ab7e5c8
Author: Jeff <[email protected]>
Date:   Wed Mar 19 03:11:57 2025 +0800

    Go: Remove redundant error check (awsdocs#7307)

    Co-authored-by: Jason Q <[email protected]>

commit e0f4f27
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 17 16:20:48 2025 +0000

    Bump @babel/runtime from 7.21.0 to 7.26.10 in /resources/clients/react/elros (awsdocs#7308)

    Bump @babel/runtime in /resources/clients/react/elros

    Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.21.0 to 7.26.10.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime)

    ---
    updated-dependencies:
    - dependency-name: "@babel/runtime"
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit f2d0609
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 17 16:17:37 2025 +0000

    Bump @babel/helpers from 7.19.0 to 7.26.10 in /resources/clients/react/elwing (awsdocs#7309)

    Bump @babel/helpers in /resources/clients/react/elwing

    Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.19.0 to 7.26.10.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-helpers)

    ---
    updated-dependencies:
    - dependency-name: "@babel/helpers"
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 7257818
Author: David Souther <[email protected]>
Date:   Fri Mar 14 12:14:58 2025 -0400

    Update validate-doc-metadata.yml to -tools @ 2025.10.1 (awsdocs#7306)

commit 76502bd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Mar 13 14:26:54 2025 +0000

    Bump @babel/helpers from 7.21.0 to 7.26.10 in /python/cross_service/photo_analyzer/frontend (awsdocs#7304)

    Bump @babel/helpers in /python/cross_service/photo_analyzer/frontend

    Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.21.0 to 7.26.10.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-helpers)

    ---
    updated-dependencies:
    - dependency-name: "@babel/helpers"
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 9659733
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Mar 13 14:22:58 2025 +0000

    Bump jinja2 from 3.1.4 to 3.1.6 in /.tools/readmes (awsdocs#7303)

    Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.6.
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@3.1.4...3.1.6)

    ---
    updated-dependencies:
    - dependency-name: jinja2
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 64288cb
Author: David Souther <[email protected]>
Date:   Thu Mar 13 10:05:29 2025 -0400

    Replace argparse with typer for WRITEME flags. (awsdocs#7252)

commit 21efcdd
Author: Scott Macdonald <[email protected]>
Date:   Thu Mar 13 09:59:43 2025 -0400

    Java V2 Removed dup line of code (awsdocs#7302)

    * removed dup line of code

    * updated POM

commit 772dd8e
Author: Laren-AWS <[email protected]>
Date:   Thu Mar 13 06:48:42 2025 -0700

    [-tools] Update to tools release 2025.10.0 and delete example entity file. (awsdocs#7301)

    Update to tools release 2025.10.0 and delete example entity file.

commit 2042841
Author: Scott Macdonald <[email protected]>
Date:   Thu Mar 13 09:23:30 2025 -0400

    PHP updated the PHP Create table example (awsdocs#7300)

commit bc14b74
Author: Scott Macdonald <[email protected]>
Date:   Wed Mar 12 16:07:22 2025 -0400

    Java V2 update a Lambda function in SOS (awsdocs#7299)

commit 6d69c0b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 12 14:37:57 2025 +0000

    Bump @babel/runtime-corejs3 from 7.18.3 to 7.26.10 in /resources/clients/react/item-tracker (awsdocs#7290)

    Bump @babel/runtime-corejs3 in /resources/clients/react/item-tracker

    Bumps [@babel/runtime-corejs3](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3) from 7.18.3 to 7.26.10.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime-corejs3)

    ---
    updated-dependencies:
    - dependency-name: "@babel/runtime-corejs3"
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit f9b97fc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 12 14:34:18 2025 +0000

    Bump @babel/runtime from 7.21.0 to 7.26.10 in /applications/feedback_sentiment_analyzer/client (awsdocs#7298)

    Bump @babel/runtime in /applications/feedback_sentiment_analyzer/client

    Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.21.0 to 7.26.10.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime)

    ---
    updated-dependencies:
    - dependency-name: "@babel/runtime"
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 016a83a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 12 14:30:01 2025 +0000

    Bump aws-cdk-lib from 2.100.0 to 2.177.0 in /scenarios/basics/iot/iot_usecase/resources/cdk (awsdocs#7294)

    Bump aws-cdk-lib in /scenarios/basics/iot/iot_usecase/resources/cdk

    Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.100.0 to 2.177.0.
    - [Release notes](https://github.com/aws/aws-cdk/releases)
    - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md)
    - [Commits](https://github.com/aws/aws-cdk/commits/v2.177.0/packages/aws-cdk-lib)

    ---
    updated-dependencies:
    - dependency-name: aws-cdk-lib
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 6aa0454
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 12 14:27:24 2025 +0000

    Bump @babel/runtime from 7.21.0 to 7.26.10 in /applications/photo-asset-manager/elros-pam (awsdocs#7297)

    Bump @babel/runtime in /applications/photo-asset-manager/elros-pam

    Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.21.0 to 7.26.10.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime)

    ---
    updated-dependencies:
    - dependency-name: "@babel/runtime"
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 5523f70
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 12 14:22:40 2025 +0000

    Bump @babel/runtime from 7.19.0 to 7.26.10 in /resources/clients/react/elwing/src/plugins/sqs-message (awsdocs#7295)

    Bump @babel/runtime

    Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.19.0 to 7.26.10.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime)

    ---
    updated-dependencies:
    - dependency-name: "@babel/runtime"
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit bcd13ce
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 12 14:19:54 2025 +0000

    Bump @babel/helpers from 7.18.2 to 7.26.10 in /resources/clients/react/item-tracker (awsdocs#7296)

    Bump @babel/helpers in /resources/clients/react/item-tracker

    Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.18.2 to 7.26.10.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-helpers)

    ---
    updated-dependencies:
    - dependency-name: "@babel/helpers"
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit e230dbc
Author: Brian Murray <[email protected]>
Date:   Wed Mar 12 13:23:22 2025 +0000

    move basics_scenarios folder into scenarios (awsdocs#7293)

    * move basics_scenarios folder into scenarios

    * remove basics_scenarios folder

commit 3d8a603
Author: Dennis Traub <[email protected]>
Date:   Tue Mar 11 19:07:42 2025 +0100

    Python: Nova Reel Text-to-Video example (awsdocs#7287)

    Add Nova Reel example

commit 6f22c0a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Mar 11 14:02:24 2025 +0000

    Bump rack from 3.1.11 to 3.1.12 in /ruby (awsdocs#7289)

    Bumps [rack](https://github.com/rack/rack) from 3.1.11 to 3.1.12.
    - [Release notes](https://github.com/rack/rack/releases)
    - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
    - [Commits](rack/rack@v3.1.11...v3.1.12)

    ---
    updated-dependencies:
    - dependency-name: rack
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 6d3cb50
Author: Scott Macdonald <[email protected]>
Date:   Mon Mar 10 15:59:18 2025 -0400

    Kotlin A PR to address a ticket (awsdocs#7279)

    A PR to address a ticket

commit 077ef19
Author: Sam Bisciglia <[email protected]>
Date:   Mon Mar 10 15:56:38 2025 -0400

    Cpp: Remove broken assert (awsdocs#7285)

commit ba9ee21
Author: Rachel Hagerman <[email protected]>
Date:   Mon Mar 10 07:07:30 2025 -0500

    .NET v4 Preview: Adding ECS Folder (awsdocs#7261)

    Adding ECS Folder

commit d1d1f40
Author: Rachel Hagerman <[email protected]>
Date:   Mon Mar 10 07:05:37 2025 -0500

    Python: Default to on-demand tables in Python DynamoDB examples. (awsdocs#7264)

    * Updates to Python DynamoDB provisioning settings.

commit 9645480
Author: Laren-AWS <[email protected]>
Date:   Mon Mar 10 05:02:47 2025 -0700

    Update to tools release 2025.09.1 (awsdocs#7280)

commit 0a5756e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 10 11:58:20 2025 +0000

    Bump axios from 1.6.0 to 1.8.2 in /resources/clients/react/item-tracker (awsdocs#7282)

    Bumps [axios](https://github.com/axios/axios) from 1.6.0 to 1.8.2.
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
    - [Commits](axios/axios@v1.6.0...v1.8.2)

    ---
    updated-dependencies:
    - dependency-name: axios
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 252523a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 10 11:55:55 2025 +0000

    Bump axios from 1.6.0 to 1.8.2 in /resources/clients/react/elwing/src/plugins/sqs-message (awsdocs#7283)

    Bump axios in /resources/clients/react/elwing/src/plugins/sqs-message

    Bumps [axios](https://github.com/axios/axios) from 1.6.0 to 1.8.2.
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
    - [Commits](axios/axios@v1.6.0...v1.8.2)

    ---
    updated-dependencies:
    - dependency-name: axios
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 1e472bf
Author: Dennis Traub <[email protected]>
Date:   Mon Mar 10 12:49:24 2025 +0100

    JavaScript: Correcting metadata for Amazon Nova examples (awsdocs#7286)

    JS: Fix metadata for Amazon Nova examples

commit 4e9aa14
Author: Todd Hill <[email protected]>
Date:   Fri Mar 7 13:09:27 2025 -0500

    JavaV2: Update CloudFront signing for custom policy with new resourceUrlPattern property (awsdocs#7269)

    Update CloudFront signing for custom policy with new resourceUrlPattern property

    https://issues.amazon.com/issues/P201194040
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Basics A basic code example showing the core actions for a particular service. Java-v2 This issue relates to the AWS SDK for Java V2 On Call Review complete On call review complete
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants