-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Angie Montemayor edited this page Dec 2, 2022
·
12 revisions
Welcome to the fleece wiki! 🐑🐑🐑
Path A: Code that runs on the client
- 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) ✅
- invoke the lambda function (program that invokes a really simple lambda, and start timing it- thanksgiving)
- create a lambda function locally
- run the function that was created locally
Path B: Code that runs on the lambda worker
- create a statically linked binary
- figure out how to make a bootstrap program
- bootstrap program talks to amazon to get an invocation
- logging to SQS