You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As result, we want to create PR previews using AWS CLI, but after testing we found that aws amplify create-branch call can't replicate behaviour of automatically created PR previews.
Even though it's possible to set --stage PULL_REQUEST resulting branch missing destinationBranch and sourceBranch properties and as result it's not being treated as PR branch by Amplify Hosting. It seems like those properties are not available in Public APIs.
Describe how you'd like this feature to work
AWS Amplify allows me to create PR preview branch via CLI, something like:
This has been identified as a feature request. If this feature is important to you, we strongly encourage you to give a 👍 reaction on the request. This helps us prioritize new features most important to you. Thank you!
taraspos
changed the title
Programatically create PR preview.
Programatically create PR preview
Oct 31, 2024
Before opening, please confirm:
Amplify Hosting feature
Deployments, Frontend builds, Public APIs, Web previews
Is your feature request related to a problem? Please describe:
Due to lack of AWS Amplify functionality we can't effectively use PR Preview feature:
AMPLIFY_DIFF_DEPLOY
#3959As result, we want to create PR previews using AWS CLI, but after testing we found that
aws amplify create-branch
call can't replicate behaviour of automatically created PR previews.Even though it's possible to set
--stage PULL_REQUEST
resulting branch missingdestinationBranch
andsourceBranch
properties and as result it's not being treated as PR branch by Amplify Hosting. It seems like those properties are not available in Public APIs.Describe how you'd like this feature to work
AWS Amplify allows me to create PR preview branch via CLI, something like:
Which in turn will replicate behaviour of automatically generated PR preview, namely:
Footnotes
https://docs.aws.amazon.com/amplify/latest/userguide/quotas-chapter.html ↩
The text was updated successfully, but these errors were encountered: