Turborepo + AWS lambdas + Serverless #7009
Replies: 5 comments
-
Hello guys, big fan of turborepo. I'm very interested in setting up a basic starter example for backend services, combining those features:
I've started here but any help is welcome https://github.com/antoinewg/turbo-serverless-typescript-starter :) |
Beta Was this translation helpful? Give feedback.
-
@antoinewg how can we hoist serverless framework and its plugins to the root level? |
Beta Was this translation helpful? Give feedback.
-
@stepansib did you manage to achieve adding the sls dependecies to the root level? |
Beta Was this translation helpful? Give feedback.
-
@stepansib @walterholohan I've released v1.0.1 of my template. Would love some feedback if you have time. But basically it's now working end to end with caching deployment (and testing included). |
Beta Was this translation helpful? Give feedback.
-
(posted prior to converting to Discussion) Hey, everyone! We've made the decision recently that we're happy with where our examples are at for now. We're not planning on adding to or subtracting from the set we currently have for awhile (if ever). One thing that we're categorically trying to avoid is that we don't want to have our examples be reaching into the infrastructural side of things. Infrastructure quickly becomes highly use-case-specific, highly variable, and too wide of an area for us to cover from both a knowledge and maintenance standpoint. The examples that we have shortcut you to the point of applications rather than deployments. That said, happy to turn this into a discussion so folks can keep chatting and sharing notes. |
Beta Was this translation helpful? Give feedback.
-
Describe the feature you'd like to request
A starter example of basic usage of AWS lambdas + serverless framework.
Describe the solution you'd like
Describe alternatives you've considered
Currently I use NX on my project and I’m not super happy with it.
Beta Was this translation helpful? Give feedback.
All reactions