richarddavison
richarddavison
> @richarddavison can you please elaborate more on this? It's bit unclear, how can we use layers. Technically there is nothing to prevent you from shipping the code in layers....
Closing with recommendations above
Hi @ShivamJoker. What are you trying to do? If not running on Lambda this is not needed :)
The best way would be to import your function handler and simply call it: ```javascript import {handler} from "./my-handler.js" async function main(){ const myEvent = {}; //read a file or...
Yes! by default, llrt will look for `index.mjs` in the same dir so you can just do: `./llrt` or `./llrt index.mjs`
@abhinav-sachdeva you're not on Linux you're on Mac so please use drawing ARM64 🙂 https://github.com/awslabs/llrt/releases/download/v0.1.12-beta/llrt-darwin-arm64.zip
This is prioritized! We'll add it so stay tuned. Also mentioned here: https://github.com/awslabs/llrt/issues/184
Closing as being tracked by https://github.com/awslabs/llrt/issues/184
Hi there! Not yet, top level is technically possible, but we have to do a significant engine update first so will take some time :) In the meanwhile, you can...
Closing as dup of https://github.com/awslabs/llrt/issues/124