Jay
Jay
Are you following the guide for these?
Yeah they are a part of the guide. We didn't really detail all the steps in the README. https://serverless-stack.com/chapters/best-practices-for-building-serverless-apps.html
Yeah we actually have some ideas around this. It's based around Turborepo. But it's a little further away on our roadmap.
I think it needs some major changes on our side. Let me see if @thdxr has a better idea.
Yeah we have some ideas on this, caching the assets that get built. But we haven't gotten to it yet.
That's strange because it's right there: https://github.com/sst/sst/blob/master/packages/sst/src/constructs/Function.ts#L72
@baraadeek Hmm that one was from master, but if I take the tag for the latest release: https://github.com/sst/sst/blob/v2.41.5/packages/sst/src/constructs/Function.ts#L72
These are from SST v1 which is a couple of years old. We don't update them anymore. ``` npx create-sst@latest my-sst-app npx sst dev ``` Is what you are looking...
Taking a look soon
oh I think Dax might've been playing around with it before.