fix(apprunner): incorrect serviceName #26015
Conversation
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
The AppRunner
ServiceL2 construct returnsserviceArnattribute as theserviceName. As Cloudformation does not return serivceName attribute(see return values). This PR splits the serviceArn to extract the serviceName instead.Closes #26002
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license