Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 746 Bytes

README.md

File metadata and controls

53 lines (32 loc) · 746 Bytes

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