Skip to content

will14smith/Photography

Repository files navigation

Photography

A serverless personal photography website.

Playing around with the serverless framework for hosting my photography website at very minimal cost.

Installation

npm install -g serverless
cd src
dotnet restore

Install terraform

Deployment

./build.sh
tf workspace select dev
tf apply
sls deploy
./build.sh
tf workspace select prod
tf apply
sls deploy --stage prod

Architecture

Architecture diagram

The original (and probably most up to date) diagram is here

About

A serverless personal photography website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published