-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #280: support docker lambdas #291
base: master
Are you sure you want to change the base?
Conversation
Fixes #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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What are we waiting on to merge this? |
Hey @ShakedZrihen, Can we please get this merged? |
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 withimage
attribute.