cl-aws-lambda
cl-aws-lambda copied to clipboard
An implementation of the AWS lambda runtime for common lisp... :cry: lambdas.
This is not really a PR to be merged. I just tried to get everything working for me and wanted to share the results in case i anyone else is...
- [ ] Unit(ish) tests - [ ] Handling different responses from handler function - [ ] Errors during invocation - [ ] Integration tests - Maybe a few using...
- [ ] Make multiple examples: - [ ] Error handling - [ ] JSON response - ... - [ ] Write documentation for writing and deploying a function -...
It would be nice to have an idiomatic way of allowing errors to bubble up to the runtime. Probably worth researching a bit how others handle this. eg. - Returning...