Mo

Results 1 comments of Mo

I had the same problem and i ended up doing something like this ``` const fn = new Function(stack, 'fn', { code: Code.fromInline('foo'), runtime: Runtime.NODEJS_12_X, handler: 'index.handler', }); const userpool...