Skip to content

ljovanovic/AWS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LJLabs AWS Services

This readme was created to provide a quick overview of environmental setup and a quick start tutorial for the services contained within the LJLabs project.

Environment Setup

To get up and running the following packages / frameworks must be installed on your machine:

  • Homebrew ( https://brew.sh/ )
  • nvm (brew install nvm and then follow on-screen instructions)
  • node 8.10 (nvm install v8.10.0 and then consider setting default alias to 8.10)
  • step into the project root and perform an npm install
  • step into the /service folder and perform an npm install
  • ensure aws credentials for the profile 'serverless' are set at ~/.aws/credentials
  • perform a serverless login via the cli (visit serverless.com for more details)

Deployment

If everything is set up correctly, you should be able to step into the project root and perform serverless deploy

Package Structure

Path Description
/ Contains the serverless framework and related files
/service Contains the implementation classes for the available services

Services

Name Description
trafficcop Lambda @ edge function that proxies requests for professional summary slides and rewrites the URL to point the request at the appropriate google slide
watchdog Scheduled lambda function that crawls The French Laundry's tock page looking for available reservations at configured dates/times. Works in conjunction with a chromeless installation contained in an external package.

About

Various AWS personal projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published