aws / apprunner-roadmap

This is the public roadmap for AWS App Runner.
https://aws.amazon.com/apprunner/
Other
292 stars 13 forks source link

Review/Preview apps feature over PR #230

Closed thiagoscodelerae closed 5 months ago

thiagoscodelerae commented 5 months ago

Community Note

Tell us about your request What do you want us to build? Would be awesome to have review/preview apps upon pull requests creation in a source repository. Something similar on what Heroku provides here: https://devcenter.heroku.com/articles/github-integration-review-apps

Describe alternatives you've considered For now, I have implemented a workaround by using a pipeline which triggers Terraform code to create a App Runner service/app upon any pull request creation in my repository. Once PR is merged/closed, Terraform deletes the App Runner service/app linked to that PR.

thiagoscodelerae commented 5 months ago

Duplicated of https://github.com/aws/apprunner-roadmap/issues/20 Closing this issue.