amazon-connect / amazon-connect-salesforce-lambda

Apache License 2.0
45 stars 34 forks source link

Expose stack outputs #8

Open rectalogic opened 3 years ago

rectalogic commented 3 years ago

I am nesting this stack in my own stack using AWS::Serverless::Application so that I can create and pass in the other required resource parameters (Kinesis stream etc.)

I also need access to the resources the nested stack creates so that I can automate provisioning dependent resources.

Could you add the following resources as stack outputs so that my containing stack can consume them?

Alternatively, add all resources that require further provisioning as stack outputs. This would also make it easier for users following the manual console configuration instructions to find the values they need, by looking at the serverless stack outputs in the console.