Skip to content

Python: Add S3 Batch scenario with CloudFormation integration#7572

Merged
tejasgn1 merged 17 commits intoawsdocs:mainfrom
aBurmeseDev:main
Sep 25, 2025
Merged

Python: Add S3 Batch scenario with CloudFormation integration#7572
tejasgn1 merged 17 commits intoawsdocs:mainfrom
aBurmeseDev:main

Conversation

@aBurmeseDev
Copy link
Copy Markdown
Contributor

This PR adds code example that demonstrates how to use the AWS SDK for Python (boto3) to work with S3 Batch Operations. The scenario covers various operations such as creating an AWS Batch compute environment, creating a job queue, creating a job definition, and submitting a job.

The example includes:

  • CloudFormation integration for IAM role creation
  • S3 bucket and object management
  • S3 Batch job creation and monitoring
  • Comprehensive unit tests with mocking

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

@github-actions github-actions Bot added the Python This issue relates to the AWS SDK for Python (boto3) label Sep 12, 2025
@rlhagerm rlhagerm self-assigned this Sep 12, 2025
@rlhagerm rlhagerm self-requested a review September 12, 2025 19:22
@rlhagerm rlhagerm added the Feature Scenario A simple code example to show how certain tasks can be accomplished using several services and SDKs. label Sep 12, 2025
Comment thread python/example_code/s3/scenarios/batch/s3_batch_scenario.py
Comment thread python/example_code/s3/scenarios/batch/test/test_batch_scenario.py
@rlhagerm rlhagerm added the On Call Review needed This work needs an on-call review label Sep 25, 2025
@tejasgn1 tejasgn1 added On Call Review complete On call review complete and removed On Call Review needed This work needs an on-call review labels Sep 25, 2025
@tejasgn1 tejasgn1 merged commit f143daa into awsdocs:main Sep 25, 2025
19 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Feature Scenario A simple code example to show how certain tasks can be accomplished using several services and SDKs. On Call Review complete On call review complete Python This issue relates to the AWS SDK for Python (boto3)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants