website

Quickly Host a Website

Static Website Hosting Topic Use Amazon S3 to host a website. Done both in the console and with code. Future Work Set up with a domain name Add SSL Code Connect with our GitHub organization. The code for this session is in our first-web-app repo. Video

Continue reading

Lambda GitHub Integration

Introduction to Using Lambda Operation When the GitHub repo with the static website receives a push from master, it automatically updates the website. Lambda Lambda is “serverless” compute. It allows you to run functions without having to worry about any of the provisioned hardware. SNS SNS is a Amazon’s Simple Notification Service. This will be push events from GitHub to the Lambda function. Video

Continue reading

Introducing Docker

Introduction to Docker Topic Docker is a container platform used heavily in the world of DevOps. It is an extremely powerful tool that needs more usage in classes. Nginx Nginx is an extremely powerful web tool. This shows using nginx for a simple use case of mocking a static website. Video

Continue reading

Static S3 Hosting Programmatically

Hosting a Website with Code Topic Using Amazon’s static storage service (S3) to host a website. Doing so programmatically, so the process can be automated. Further Instruction Add SSL certs to the website (so it can be accessed using HTTPS).

Continue reading

Static S3 Hosting via Console

Hosting a website Topic Using Amazon’s static storage service (S3) to host a website. The console is used as a guide. Further Instruction Repeating the same steps programmatically. Video

Continue reading