This message was deleted.
# getting-started
s
This message was deleted.
b
can you share the code you currently have?
b
I managed to solve it. I had this:
Copy code
const targetGroup = lb.createTargetGroup("seq-target-group", { port: 80 });
but didn't notice that I can get the ARN via:
Copy code
targetGroup.targetGroup.arn
I guess the object returned by createTargetGroup is a kind of wrapper?