serverless-plugin-typescript icon indicating copy to clipboard operation
serverless-plugin-typescript copied to clipboard

Fix #280: support docker lambdas

Open ShakedZrihen opened this issue 1 year ago • 6 comments

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.

  • [x] Tested locally
  • [x] Add tests

ShakedZrihen avatar Jun 06 '23 15:06 ShakedZrihen

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

lb-ronyeh avatar Jun 08 '23 08:06 lb-ronyeh

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

nathanbbarton avatar Jun 14 '23 14:06 nathanbbarton

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

darvesh avatar Jul 27 '23 14:07 darvesh

can we get this merged? What is the holdup?

pscanlon1 avatar Jan 26 '24 20:01 pscanlon1

Fixes #227

douglasgsouza avatar Feb 02 '24 15:02 douglasgsouza