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

svc package fails on Request Driven Web Service #5634

Closed
CaptainCarpensir opened this issue Jan 23, 2024 · 1 comment
Closed

svc package fails on Request Driven Web Service #5634

CaptainCarpensir opened this issue Jan 23, 2024 · 1 comment
Labels
type/bug Issues that are bugs.

Comments

@CaptainCarpensir
Copy link
Contributor

When trying to view the template of a RDWS with copilot svc package it currently fails unless you use image.location. This is because when generating the template parameters, the image is not populated correctly by this line.

This results in the error:
✘ generate workload rdws template against environment test: generate stack template parameters: determine image repository type: image is not supported by App Runner:
Because AppRunner validates the image type, this fails when the image is an empty string.

@jorgeavaldez
Copy link

Also noting that this command works when it's run via a codepipeline with the buildspec body provided by the pipeline init command

mergify bot pushed a commit that referenced this issue Jan 26, 2024
related #5634 


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Issues that are bugs.
Projects
None yet
Development

No branches or pull requests

2 participants