defender-serverless icon indicating copy to clipboard operation
defender-serverless copied to clipboard

Provide more info about created Resources via logs or outputs section

Open zeljkoX opened this issue 3 years ago • 0 comments

(Nice to have) When creating specific resources users could find useful to see additional data via logs or outputs section.

For example when creating Relayer it would be useful to display its address as part of the logs(like we do for the id).

Additionally, we could add support for outputs section so users could reuse resources info as part of the other scripts.

Example

  Outputs:
    MyRelayerAddress:
      Value: !Ref relayer-1

zeljkoX avatar Sep 14 '22 14:09 zeljkoX