https://pulumi.com logo
Title
l

lemon-salesclerk-6224

12/09/2021, 2:36 AM
Hey folks - I was using pulumi to deploy some lambdas and api gateways but ran into an issue where the
stack.up()
output is now empty. Before i'd get the gateway url when deploying gateway + 2 lambdas. Now when deploying gateway + 4 lambdas i get an empty
Outputs: {}
Any ideas?
pulumi stack output
Current stack outputs (0):
    No output values currently in this stack
l

little-cartoon-10569

12/09/2021, 2:42 AM
Have you changed stack? Or removed
export
from the project?
l

lemon-salesclerk-6224

12/09/2021, 2:44 AM
when you say removed export, are you referencing this
stack.exportStack()
command?
The stack should be brand new
l

little-cartoon-10569

12/09/2021, 2:44 AM
No. The code in your project was exporting the gateway URL. Is it still doing that?
l

lemon-salesclerk-6224

12/09/2021, 2:45 AM
gotcha, can take a look in a couple minutes, thanks for getting back to me
l

little-cartoon-10569

12/09/2021, 2:47 AM
If you're using an inline Pulumi project, are you still returning an object with the gateway URL as a property?
l

lemon-salesclerk-6224

12/09/2021, 3:16 AM
sorry had to step away for a bit. Yes, the export code is generated w/ some templates and the api url export got lost in translation 🤦
thx 👍