Hi, I am currently trying to update `requirements....
# aws
d
Hi, I am currently trying to update
requirements.txt
in the MWAA environment that was setup with Pulumi, I run into a problem when I try to update the
requirementsS3ObjectVersion
, manually updating the
requirements.txt
version id seems to work fine. But, updating the version using Pulumi will take hours + end up failed. I am using stack reference to get the s3 object version id, which seems fine during the
pulumi up
and preview the details, which print out a correct version id for the file. I wonder if this is a known issue? did I missed something? or any idea/suggestion to solve?