After deploy, AWS Amplify needs to be run manually
Hello
When I use the deploy script, the AWS Amplify app is not immediately functional: I need to go manually through the AWS UI and click on "run build"
Is this expected? Or is there something I am missing? Thanks!
Reproduction Steps
Error Log
Environment
- SAM CLI Version :
- OS :
- Language :
Other
This is :bug: Bug Report
Same with me!
Environment
SAM CLI Version: 1.21.1 OS: Ubuntu 16.04 (AWS ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-20190628)
@Iviglious any success with this yet?
I need to double check, but...
It might have been how I entered the repo URL.
It appears that I was using the SSH URL of the github repo (with ".git" at the end).
As soon as I changed it to the HTTPS URL (without ".git" at the end) the webhook works and the build starts automatically after a push.
Feedback Tip
It will be usefull to include in the README a line about which URL type to put in the repo parameter (HTTPS - https://github.com/{user-name}/lambda-refarch-webapp) and that is should not be ending with ".git".
@MASalem I tested now and looks to be OK.
I re-deployed and this time was fine.
The AWS Amplify build-deploy started automatically and webhook works fine after.
I can confirm, thanks! This issue can be closed