In this part I will take you through writing the code for the backend using the Alexa SDK and AWS boto3 Python SDK to query AWS S3 as hinted on earlier in part (1/2) here. Let’s begin. To pull this off, we have to integrate alexa with AWS S3 through its well documented API.

Related Articles