AWS Lambda is a robust event-driven platform for serverless use-cases, one of which may be mass emailing. We will walk through the creation of such a function on AWS. We want to facilitate this sequence of events: A user uploads a .csv file with email data to cloud storage (we’ll…
Author: Kyle Schroeder
Azure File Share: Basic Management with Python SDK
Within Azure, file shares (fileshares) are one of the two chief systems of cloud storage, the other being blob storage. This guide will walk through an example of how the Python SDK can be used to manage your files in an Azure file share. We will walk through a Python…
Getting Started with Google Cloud Services
Google Cloud Services (GCS) is a leading cloud service provider next to Azure and AWS. This guide will cover instructions for creating an account, creating basic storage, and creating a virtual machine, all with GCS. Creating an Account Navigate to the registration page to create a new GCS account (you…