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
{{ message }}
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
Describe the bug
When trying to reference an output value from other Amplify-managed category CloudFormation stack the output value seems to not be shared to amplify-video stack.
To Reproduce
In backend-config.json search amplify-video key and add the dependsOn property, i.e.:
Configure CloudFormation stacks like they do inside documentation.
When you'll try to access attributes inside CloudFormation stack the following error will appears:
Parameters: [apiprojectNameGraphQLAPIEndpointOutput, apiprojectNameGraphQLAPIIdOutput] do not exist in the template
Expected behavior
Share output values correctly to amplify-video CloudFormation stacks
Describe the bug
When trying to reference an output value from other Amplify-managed category CloudFormation stack the output value seems to not be shared to amplify-video stack.
To Reproduce
In
backend-config.json
search amplify-video key and add thedependsOn
property, i.e.:Configure CloudFormation stacks like they do inside documentation.
When you'll try to access attributes inside CloudFormation stack the following error will appears:
Expected behavior
Share output values correctly to amplify-video CloudFormation stacks
The text was updated successfully, but these errors were encountered: