Replies: 1 comment
-
Ugh. I just realized it's probably an issue with my resources being deployed into a different account. I'm guessing it can't lookup across the accounts, can anyone confirm? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to get the bucketName prop from an S3 bucket that is created in a pipeline stage, and use that property to lookup the bucket in the pipeline. I pass the bucket into a custom step I created to deploy some files to the bucket as a poststep of the stage.
I'm trying to generate a CfnOutput with an
exportName
in the stack/stage and then use theimportValue
of the output in the pipeline. I use the value in aBucket.fromBucketAttributes
call to get the bucket and then pass the bucket into the custom stepWhen I try to access my CfnOutput.importValue in the pipeline, I get an error 'No export named xxx found' Is there any way for me to get the value from my stage in the pipeline?
Stack
Stage
Pipeline
Beta Was this translation helpful? Give feedback.
All reactions