AWS SAM example sought
Is there some AWS::Serverless-2016-10-31 template.yaml & aws-actions/setup-sam@v2 example please?
https://github.com/awslabs/llrt?tab=readme-ov-file#configure-lambda-functions-to-use-llrt isn't straightforward enough
Hey there! I've pushed a PR with some simple instructions, but I also created a sample project here: https://github.com/Dgarc359/llrt-aws-sam-example
It doesn't go over using actions, although you should be able to work off of having the ability to bundle LLRT's binary along with your JS
edit: the key here is switching the runtime, the code uri, and providing a makefile to define your bundling
Fixed in https://github.com/awslabs/llrt/pull/158