aws-apprunner-alpha: serviceName return service ARN instead name #26002
Labels
@aws-cdk/aws-apprunner
Related to the apprunner package
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
p1
Describe the bug
After i create App Runner service using
new apprunner.Service
I export service name by
Some how it exported the Service ARN, not the Service Name
Expected Behavior
Service Name exported.
Current Behavior
Service ARN exported
Reproduction Steps
Create App Runner service using
const service =
new apprunner.Service``Then try export service.serviceName
It will return Service ARN of App Runner Instance, not the Service Name.
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.81.0-alpha.0
Framework Version
2.81.0-alpha.0
Node.js Version
20
OS
Ubuntu
Language
Typescript
Language Version
4.9.5
Other information
No response
The text was updated successfully, but these errors were encountered: