How do i force a deploy
# help
g
How do i force a deploy
t
Is there a specific issue you're having? There's not really a way to force a deploy since cloudformation will always deploy only what's changed
g
i've added a new route to API stack and is not deploying it
t
are you doing
sst deploy
or
sst start
g
sst start
t
hm it should get deployed. Are you not seeing it in API gateway in the aws console?
also can you share you api construct code?
g
Interesting.. I've added: "/user/profile": "path-to-code" SST/CDK didn't notice any change.. I manually update the route to "/user/profile-update": "path-to-code" • SST/CDK saw the change • deploying api gateway: And its deployed to
"/user/profile"
now it can see the changes..
it's working as expected now @thdxr thanks! It was your presence lol! If i see it again I'll try to debug...
t
I closed my eyes and prayed to AWS
f
Just to chime in guys, @Gabriel Araújo what version of SST r u on?
g
Copy code
0.53.0
f
I see. If you run into this issue again (made a change and SST is not picking up), DM me ur
.build/sst-debug.log
and the CFN templates in
.build/cdk.out
.
We will be able to find out what’s going on from looking at those two 🙂
g
Sure frank!!
Thanks!