Skip to content
Angie Montemayor edited this page Dec 2, 2022 · 12 revisions

Welcome to the fleece wiki! 🐑🐑🐑

Path A: Code that runs on the client

  1. let's talk to amazon- how many lambda workers can I run?
    • bring in tls from stagecast ✅
    • same thing but with event loop ✅
    • bring in http support classes from proleptic ✅
    • use the SHA-256 from ssl to make a SHA-256 function (by beginning of hackathon on Friday) ✅
    • do the amazon request signing properly (during hackathon) ✅
    • make the damn api call (by end of hackathon) ✅
  2. invoke the lambda function (program that invokes a really simple lambda, and start timing it- thanksgiving)
  3. create a lambda function locally
  4. run the function that was created locally

Path B: Code that runs on the lambda worker

  1. create a statically linked binary
  2. figure out how to make a bootstrap program
  3. bootstrap program talks to amazon to get an invocation
  4. logging to SQS

Clone this wiki locally