booster
booster copied to clipboard
Improve the "outputs" shown when deploying using AWS
Feature Request
Description
Right now, you see these outputs after deployment:

We show:
a) The base HTTP URL b) The WebSockets URL c) The client ID needed to login d) The base HTTP URL again under a different name
Possible Solution
We should show
- Rename “a)” from “baseRESTURL” to “baseHTTPURL”
- Remove “d)”
- Add a new output for convenience to the users with the GraphQL URL, which is the result of concatenating baseHTTPURL with /graphql. The name should be “graphqlURL”
Hi @javiertoledo can I take this issue?
Hi @syafiqnazim. Sure, feel free to take it!! I'll assign it to you.
Hi @jesusAlvSoto & @javiertoledo , may i know how to reproduce above outputs? Sorry this is my first contribution 😓
@syafiqnazim nothing to be sorry about! Thanks for contributing ❤️
When you deploy your application, you get the above outputs. You can check the documentation's chapter on deploying an application in Getting started->Your first Booster app in 10 minutes->Deployment