Hey guys, regarding this PR… could be that the new...
# sst
a
Hey guys, regarding this PR… could be that the new method is missing on the type? I can’t make it work: https://github.com/serverless-stack/serverless-stack/pull/809
t
You should be able to get it as a property api.httpApiArn
Are you calling that on sst.Api
a
Yeah the type is from here..
Copy code
import { Api, App, Stack, StackProps } from '@serverless-stack/resources';
I just did the update, but can’t see
httpApiArn
in the type definition.
Ah.
Forget it.
I have resources duplicated.
Due I have 2 node projects… the main SST and the
infrastructure
one.
And running “sst update” only updates one.