You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What went wrong?
serverless-webpack is not ignoring lambda containers when they have image.name property. They are only ignored if the image.uri property is used.
What did you expect should have happened?
It should not try to deploy the lambda container as it does not have the handler property and has the image property.
This is a Bug Report
Description
For bug reports:
What went wrong?
serverless-webpack is not ignoring lambda containers when they have
image.name
property. They are only ignored if theimage.uri
property is used.What did you expect should have happened?
It should not try to deploy the lambda container as it does not have the
handler
property and has theimage
property.What was the config you used?
Similar or dependent issue(s):
#825
Additional Data
5.5.5
5.91.0
3.38.0
macOS
The text was updated successfully, but these errors were encountered: