Skip to content
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

Two lambda functions in one image #88

Open
BranDavidSebastian opened this issue Sep 13, 2022 · 0 comments
Open

Two lambda functions in one image #88

BranDavidSebastian opened this issue Sep 13, 2022 · 0 comments

Comments

@BranDavidSebastian
Copy link

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?

@BranDavidSebastian BranDavidSebastian changed the title 2 lambda functions in one image Two lambda functions in one image Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant