A Beginner’s Guide to Data Engineering: Harnessing the Power of Python to Access AWS Services This repo illustrates how you can access AWS services programmatically using Python. This repo contains code for the blog A Beginner’s Guide to Data Engineering: Harnessing the Power of Python to Access AWS Services Here I have provided a detailed step-by-step guide to easily setup boto3 SDK and use this SDK to programatically access AWS services using Python Written By: Anish Shilpakar Email: anishshilpakar8@gmail.com Blog: AN!SH_WR!TES Files Description aws_python.ipynb => This notebook contains detailed step-by-step guide to easily setup and use boto3 to access AWS services credentials.cfg.example => This is an example file for credentials.cfg where you will store your secret credentials test_data.csv => This is the test data uploaded to s3 bucket requirements.txt => Some requirements for running code