Past Content

These are the latest blog posts. The posts are associated with learning sessions. Posts before September 2019 are from a previous semester of classes.

EC2

on February 18, 2019

EC2 In this session, we walk through working with EC2 and setting up both private and public instances. We briefly discus ASGs. Video Code Connect with our GitHub organization.

Continue reading

DynamoDB-Lambda

on February 11, 2019

Dynamo DB In this session, we walk through working with DymamoDB and integrating it with lambda. This session does not have sound. Video Code Connect with our GitHub organization.

Continue reading

Translation Pipeline

on November 2, 2018

Translation Pipeline The pipeline is in three distinct parts: * Audio input A is transcribed into text output A * Text input A is translated into text output B * Text input B is verbalized into audio output B Actions Each component works in a similar and decoupled manner. Input arrives to an S3 bucket which triggers a Lambda function that uses a niche machine learning service of AWS on that input and places the output in another bucket.

Continue reading

Databases

on October 9, 2018

RDS Database In this session, we walk through setting up an RDS database and connecting with it. Video Code Connect with our GitHub organization.

Continue reading