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
According with this issue: aws/aws-sam-cli#2576 (that was solved) i'm trying to have 2 lambda functions with only one image.
Succeeded it with SAM CLI without any problem, it created me 2 functions and one image.
Then I tried to use the imageUri with Sidecar and Package::CONTAINER_HANDLER.
It creates me one single function that throw "Handler not set" i'm assuming because no handler is specified in the dockerfile but in the template instead (as is it recommended in the issue above).
My question is: Does Sidecar support that and I don't found the solution? Or it simply not and I should use 2 images with 2 sidecar classes instead?
The text was updated successfully, but these errors were encountered:
According with this issue: aws/aws-sam-cli#2576 (that was solved) i'm trying to have 2 lambda functions with only one image.
Succeeded it with SAM CLI without any problem, it created me 2 functions and one image.
Then I tried to use the imageUri with Sidecar and Package::CONTAINER_HANDLER.
It creates me one single function that throw "Handler not set" i'm assuming because no handler is specified in the dockerfile but in the template instead (as is it recommended in the issue above).
My question is: Does Sidecar support that and I don't found the solution? Or it simply not and I should use 2 images with 2 sidecar classes instead?
The text was updated successfully, but these errors were encountered: