Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose stack outputs #8

Open
rectalogic opened this issue Dec 20, 2020 · 0 comments
Open

Expose stack outputs #8

rectalogic opened this issue Dec 20, 2020 · 0 comments

Comments

@rectalogic
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant