Guillaume
Results
2
comments of
Guillaume
Yes ! I tried it, here's the result :  ``` const listAppFunction = new LlrtFunction(this, `create`, { runtime: Runtime.NODEJS_20_X, architecture: Architecture.ARM_64, environment: { TABLE_NAME: props.table.tableName, }, }); ``` And...
Thanks for the investigation. I'll specify the entry point manually in the mean time !