-
Notifications
You must be signed in to change notification settings - Fork 56
Amplify Continuous Deployment recreating input/output buckets #141
Comments
I am unable to reproduce anyone of these. I have tested every thing in multiple accounts and nothing is able to reproduce this issue. |
I am having this same problem. I receive a duplicate bucket whenever the a new bucketname and cloudfront URL are generated during CI pipeline build. |
Additionally, the newly created duplicate input bucket does not launch MediaConvert operations... |
Hey @spencekim this is interesting... Can you post what amplify video version and amplify version you are running:
Secondly, did this project exist and then did you upgrade to a newer amplify video version and then saw these bugs? Can you try to create a new environment and try to reproduce it? |
I ran into a similar issue while updating the conversion settings. When I ran the push after updating, It created new input and output buckets(rather than using the current buckets) that no longer trigger the inputWatcher to launch the MediaConvert operation. I was running amplify v 4.31.1 and amplify video v 3.1.0. I've upgraded both to the latest. I already have media in the original buckets. Is there a simple path for getting everything hooked back up to the original buckets with the new MediaConvert settings? |
I am also having this issue. Initially opened a new issue before I realised this one was already here |
Describe the bug
Amplify Continuous Deployment is recreating input/output video buckets (even though it already created them once 'env specific'). And when it recreates these buckets, it isn't able to attach the event listeners to lambda watchers correctly (none are attached)
To Reproduce
You'll need to modify the yml build settings to include amplify-video to be built. I am also not sure if the way I went about modifying the script is correct. But here is my build script currently:
Also, I had to remove
--simple
fromamplifyPush
. Though I am not sure if this is the correct way of doing this.Attached herein is the backend build phase log from Amplify Continuous Deployment:
log.txt
Expected behavior
Amplify continuous deployment should not re-create the input/output buckets.
Amplify Continuous Deployment Build Settings:
Additional context
Also, our 'develop' env had this bug once but has not recreated input/output buckets since.
The text was updated successfully, but these errors were encountered: