Book Image

RDS PostgreSQL and DynamoDB CRUD: AWS with Python and Boto3 [Video]

By : Niyazi Erdogan
Book Image

RDS PostgreSQL and DynamoDB CRUD: AWS with Python and Boto3 [Video]

By: Niyazi Erdogan

Overview of this book

<p>Do you want to learn how to launch managed Relational Databases or RDS on AWS? Do you want to learn how to connect to your RDS DB instances using Python and psycopg2 library and implement all Create, Read, Update, and Delete (CRUD) operations? Or Do you want to learn how to implement NoSQL DynamoDB Tables on AWS and work with data from scanning, querying to update, read, and delete operations? Then, this is the course you need on RDS and DynamoDB on AWS!</p> <p>This course covers the following topics:</p> <ul> <li>We’ll set up your environment on both Mac OS and Windows.</li> <li>Create your own credentials for AWS</li> <li>RDS or Relational Database Service from AWS</li> <li>Launch your own Amazon RDS Instances purely with your Python code</li> <li>Connect to our RDS database instance using Python and psycopg2 library</li> <li>Execute your queries against RDS PostgreSQL</li> <li>CRUD operations against our own-launched RDS PostgreSQL instance on AWS</li> <li>Create your own DynamoDB Tables on AWS with Python!</li> <li>Provide a key schema, attribute definitions and apply throughput to your tables</li> <li>Basic CRUD operations with DynamoDB</li> <li>Explore DynamoDB query operation and use conditions</li> <li>Scan operation which basically scans your whole data and retrieves the results.</li> </ul> <p>People who are passionate and want to learn more about AWS using Python and Boto3 will benefit from this course.</p> <p>All the code files are placed at&nbsp;<a href="https://github.com/PacktPublishing/RDS-PostgreSQL-and-DynamoDB-CRUD-AWS-with-Python-and-Boto3" target="_blank">https://github.com/PacktPublishing/RDS-PostgreSQL-and-DynamoDB-CRUD-AWS-with-Python-and-Boto3</a></p> <h1>Style and Approach</h1> <p>This course will emphasize on a step-by-step approach to teach you about RDS PostgreSQL and DynamoDB CRUD.</p>
Table of Contents (7 chapters)
Chapter 2
Preparing the Environment for Development
Content Locked
Section 1
Section Overview
Preparing the Environment for Development: Section Overview