Is there a way to retrieve the `Account ID` on my ...
# sst
a
Is there a way to retrieve the
Account ID
on my stack? I need to build the SQS URL like..
Copy code
<https://sqs.ap-southeast-1.amazonaws.com/#{AWS::AccountId}/>
Wondering if using
scope.account
is the actual ID.
Forget it, I’m going to use
sqsQueue.queueUrl
instead.
f
yup