Hi Everyone. Can someone give me a suggestion for ...
# help
n
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.
f
Hey @Nathan, I don’t fully understand what you are trying to do. Can you share some pseudo code maybe?
n
Hi Frank. I actually Sorted it. I didn’t know how to get the resource name in my backend code from cloud formation.