Hi Everyone. Can someone give me a suggestion for best practice when reference CDK stack resources in the backend code. For instance if I create an S3 table, I’d like to not have to use the entire table name when making a call, yet a reference to the output from CDK. This way I can avoid setting environment variables.