serverless-plugin-typescript
serverless-plugin-typescript copied to clipboard
Fix #280: support docker lambdas
Fixes #280
in order to support container Image for AWS Lambda, the handler
attribute in function is no longer a mandatory one and can be replaced with image
attribute.
- [x] Tested locally
- [x] Add tests
Fixes https://github.com/serverless/serverless-plugin-typescript/issues/280
This would be an amazing addition, without it I have to explore other plugin options.
I'd appreciate if this can get merged. I'm on stuck on this issue.
can we get this merged? What is the holdup?
Fixes #227