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
I have an issue when in one service i defined queue, but in service derived from it, i need access to one of the queues defined earlier.
Would it be possible to add exporting options to the queue(arn mostly) so it would be used in other services?
The structure
service: name1
// here we include lift and make queues
service: name2
// here i would be able to import the queue and be able to use its address in lambdas defined in this file
You can create a CloudFormation export in the resources section, as usual. I'm not sure it would make sense to reimplement that feature in Lift specifically, I'm not sure it would bring anything more and would only add more options to do the same thing.
Start from the Use-case
I have an issue when in one service i defined queue, but in service derived from it, i need access to one of the queues defined earlier.
Would it be possible to add exporting options to the queue(arn mostly) so it would be used in other services?
The structure
Example Config
No response
Implementation Idea
and then in other file, i would like to use Fn::ImportValue (or something) to access exported queue
The text was updated successfully, but these errors were encountered: