❗The content presented here is sourced directly from Udemy platform. For comprehensive course details, including enrollment information, simply click on the 'Go to class' link on our website.
Updated in [July 18th, 2023]
This course provides an overview of the tools and environment needed to work with AWS resources. It covers the use of Python 3 and PyCharm from Jetbrains, as well as how to set up AWS credentials globally on computers using AWS CLI. It also covers the implementation of managed Relational Databases (RDS) on AWS, connecting to RDS DB instances using Python and psycopg2 library, and implementing all Create, Read, Update and Delete (CRUD) operations. Additionally, the course covers the implementation of NoSQL DynamoDB Tables on AWS, including data scanning, querying, updating, reading and deleting operations.
Course Syllabus
Introduction
Preparing The Environment for Development
Windows Environment Setup
MacOS Environment Setup
Relational Database Service (RDS) with Boto3: psycopg2
DynamoDB with Boto3
Wrapping Up