feat(aws-apprunner): support the Service L2 construct#15810
feat(aws-apprunner): support the Service L2 construct#15810mergify[bot] merged 45 commits intoaws:masterfrom pahud:apprunner-service
Conversation
Co-authored-by: Romain Marcadier <romain.muller@telecomnancy.net>
Co-authored-by: Romain Marcadier <romain.muller@telecomnancy.net>
Co-authored-by: Romain Marcadier <romain.muller@telecomnancy.net>
Co-authored-by: Romain Marcadier <romain.muller@telecomnancy.net>
Co-authored-by: Romain Marcadier <romain.muller@telecomnancy.net>
Co-authored-by: Romain Marcadier <romain.muller@telecomnancy.net>
Co-authored-by: Romain Marcadier <romain.muller@telecomnancy.net>
|
Can you take a look? |
|
Hi @RomainMuller please check it out again. |
|
What is the status of this PR? This is a highly requested capability and it's a shame we haven't been able to merge this change |
Still fixing the CI failure but the core function should be ready. I am reaching out to @RomainMuller to take a look. |
|
@Mergifyio update |
|
Command
|
|
Thank you for contributing! Your pull request will be updated from master 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 master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |

Support the
ServiceL2 construct for App Runner.What's included
This PR introduces the initial L2 implementation of the
Serviceconstruct. We are allowed to create App Runner services with:Design
AWS App Runner allows us to create
ServicewithECR_PUBLIC,ECRandGithub. We should specify the source with thesourceproperty to define the source of the repository for theServiceand conditionally create the required IAM access role forECRto pull the required images(doc).The connection for Github is required for
Source.fromGitHub(). However, as there's no cloudformation support to create the App Runnerconnection, an existing connection will be required for service with github as the source.Closes: #14813
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license