Skip to content

AWS SAM function for static personal portfolio website.

Notifications You must be signed in to change notification settings

gramoszuniga/sam-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sam-portfolio

AWS SAM function for static personal portfolio website.

Tech Stack

Server: Java 11, AWS SAM, API Gateway, DynamoDB

Architecture

App Architecture

Run Locally

Clone the project

  git clone https://github.com/gramoszuniga/sam-portfolio

Go to the project directory

  cd sam-portfolio

Install dependencies and build SAM function

  sam build --use-container --container-env-var-file env.json

Start API Gateway locally

  sam local start-api -n env.json

Test end-points

  curl --request GET http://localhost:3000/portfolio
  curl --request PUT http://localhost:3000/portfolio

Acknowledgements

About

AWS SAM function for static personal portfolio website.

Resources

Stars

Watchers

Forks

Languages