Guillaume

Results 2 comments of Guillaume

Yes ! I tried it, here's the result : ![image](https://github.com/user-attachments/assets/b25c25a1-c791-4036-aa71-0091177c2130) ``` 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 !