aws/apprunner-roadmap

Review/Preview apps feature over PR

thiagoscodelerae opened this issue ยท 1 comments

Community Note

  • Please vote on this issue by adding a ๐Ÿ‘ reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do * not help prioritize the request
    If you are interested in working on this issue or have submitted a pull request, please leave a comment

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.

Duplicated of #20
Closing this issue.