serverless / serverless-plugin-typescript

Serverless plugin for zero-config Typescript support
MIT License
781 stars 222 forks source link

Fix #280: support docker lambdas #291

Open ShakedZrihen opened 1 year ago

ShakedZrihen commented 1 year ago

workerB

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.

lb-ronyeh commented 1 year ago

Fixes https://github.com/serverless/serverless-plugin-typescript/issues/280

nathanbbarton commented 1 year ago

This would be an amazing addition, without it I have to explore other plugin options.

darvesh commented 1 year ago

I'd appreciate if this can get merged. I'm on stuck on this issue.

pscanlon1 commented 6 months ago

can we get this merged? What is the holdup?

douglasgsouza commented 5 months ago

Fixes #227