In general, AWS services can be accessed using
- AWS web interface,
- API libraries in a programming language, such as
boto3for Python 3, - AWS command-line interface, i.e.
awscli.
I opted for the API library since it is
This article walks you through an example of deploying a Python 3.6 application that uses Pandas and AWS S3 on AWS Lambda using Boto3 in Python in 2018. No shell, no bash, no web console, everything is automated in Python. The previous article of a Hello World example can be found here.
Again, the reason to use Python Boto3 to interact with AWS is that,