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 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?
sfSig4RequestToS3Role role ARN (so I can create the AWS::Lambda::Function and attach the role)
invokeSfGenerateAudioRecordingStreamingURLPolicy policy ARN (so I can create the AWS::IAM::User and attach this policy)
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.
The text was updated successfully, but these errors were encountered:
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?
sfSig4RequestToS3Role
role ARN (so I can create the AWS::Lambda::Function and attach the role)invokeSfGenerateAudioRecordingStreamingURLPolicy
policy ARN (so I can create the AWS::IAM::User and attach this policy)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.
The text was updated successfully, but these errors were encountered: