How to read and write a file on S3 using lambda function and boto3

In this article you will learn how to save files to S3 and read them using the lambda function and boto3 in the AWS cloud. You’ll also find information about what permissions I’ve given the lambda function to do these things and nothing else. It is good practice to always grant only minimal permissions. It … Continue reading How to read and write a file on S3 using lambda function and boto3