llrt icon indicating copy to clipboard operation
llrt copied to clipboard

Implement runtime.ts in Rust

Open richarddavison opened this issue 1 year ago • 0 comments

Currently the Lambda interface client is [implemented in TypeScript (https://github.com/awslabs/llrt/blob/main/src/js/%40llrt/runtime.ts).

Performance can be improved if runtime client is implemented in Rust using already defined dependencies (hyper, the customer json parser) etc.

richarddavison avatar Mar 07 '24 12:03 richarddavison