(SOLVED) Anybody know why there’s no `ApiEndpoint...
# help
f
(SOLVED) Anybody know why there’s no
ApiEndpoint
when I started this?
Copy code
=======================
 Deploying debug stack
=======================


Deploying stacks

 ✅  francis-one-debug-stack (no changes)


Stack francis-alloy-one-debug-stack
  Status: no changes
  Outputs:
    BucketArn: arn:aws:s3:::francis-one-debug-stack-bucket83908e77-vbewg8mmew0t
    BucketName: francis-one-debug-stack-bucket83908e77-vbewg8mmew0t
    Endpoint: <wss://wrp9tbyjrk.execute-api.us-east-1.amazonaws.com/francis>


===============
 Deploying app
===============


Deploying stacks

 ✅  francis-one-MyStack (no changes)


Stack francis-one-MyStack
  Status: no changes


==========================
 Starting Live Lambda Dev
==========================

SST Console: <https://console.serverless-stack.com/one/francis/local>
Debug session started. Listening for requests...
t
hey you need to add
Copy code
stack.addOutputs({
   API_URL: api.url
})
f
@thdxr is this right?
t
yep that looks right 👍🏽
f
Thanks!
It works now!
youdabest!
f
As a side note, u can also see the deployed URL in the SST Console even without outputing it.
f
Ah. Thank you!