Stephen McElhinney
Results
1
issues of
Stephen McElhinney
As per https://www.serverless.com/blog/container-support-for-lambda, you can now use the `image` property in function instead of a `handler`. Error ```typescript Type Error --------------------------------------------- TypeError: Cannot read property 'split' of undefined ``` is...