This lesson demonstrates using the Boto3 S3 client and Boto3 S3 resource to create S3 buckets. Also, you'll cover your code with unit tests using the moto library.
The full course content is available for you at: https://hands-on.cloud/courses/python-boto3-course/
The lesson is available at: https://hands-on.cloud/course/boto3-s3-create-bucket/
Boto3 tutorials: https://hands-on.cloud/python-boto3-tutorials/
00:00 - Intro
00:23 - Creating S3 bucket using Boto3 client
10:15 - Unit test for Boto3 S3 create bucket method (client)
24:31 - Creating S3 bucket using Boto3 resource
29:49 - Unit test for Boto3 S3 create bucket method (resource)