-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
--image_repositories not working #6630
Comments
Can you provide which SAM CLI version you are using? Also, can you run same command with I've tried to re-produce locally but it didn't fail during argument parsing step. |
Hey! I am using I managed to solve it by adding the values into the
I would assume the format would also work if I were to provide them in the command as shown in my question, but since I am adding that to the |
|
I am working on a shell script that ends up creating a final command based on recent version tag for each one of the repos I have for each lambda.
In the
--image-repositories
I am providing the URIs to sam deploy and in--parameter-overrides
I provide the URI in order to be able to included in thetemplate.yaml
I already defined the parameter names in the template.The issue is that I am getting the following error:
I double checked my function_logical_id and they all seem ok, now I think I need to only provide one repo at the time? there should be way of being able to include all the repos for each deployment right?
The text was updated successfully, but these errors were encountered: