Skip to content

mattlaver/coffee-cake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Coffee & Cake Dojo

AWS account and CLI configured

aws --version
  1. install nodejs
https://nodejs.org/en/
  1. install serverless
npm install -g serverless
  1. Clone this repo
git clone https://github.com/mattlaver/coffee-cake.git

Orders

Objective

Simulate customers placing orders

Steps

  • Create an order by picking random items from the menu
  • Create an SNS Order Topic, update serverless.yaml
  • Post the order to an SNS Order Topic

tips:

Menu: https://raw.githubusercontent.com/mattlaver/coffee-cake/master/menu.js

Till

Objectives

Creates a recipt for the order

  • Add an event for the SNS Order Topic
  • Calculate the total from the order
  • Post the total to Splunk

About

Coffee & Cake Serverless Dojo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published