aws-apprunner-alpha: redesign Service
construct to unify Source.fromEcr()
and Source.fromEcrPublic()
methods
#33013
Labels
@aws-cdk/aws-apprunner
Related to the apprunner package
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p3
Describe the bug
The current design of the
Service
construct inaws-apprunner-alpha
has significant inconsistencies, particularly betweenSource.fromEcr
andSource.fromEcrPublic
. This issue proposes a redesign to unify these methods into a single interface, dynamically determining the repository type (public or private) using regex. For context, see the related issue: #32974Regression Issue
Last Known Working CDK Version
No response
Expected Behavior
see above
Current Behavior
see above
Reproduction Steps
see above
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.176.0
Framework Version
No response
Node.js Version
22.12.0
OS
Ubuntu 24.04.1
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: