-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update with TS support #14
Comments
Hi there, which example are you referring to? The one in the README? |
yes exactly! |
Hi, @jayair do you have an update on this? Also, I saw that you changed a bit of your pattern with the SST example API. Which approach do you suggest to follow for serverless-stack? |
This repo is a part of the advanced section in Serverless Stack, where we split up the repo you linked to. You might have noticed this in the README here — https://github.com/AnomalyInnovations/serverless-stack-demo-ext-resources As your app (and team) grows you might end up splitting them up. But both these approaches are pretty much the same (except for them being in different repos), Serverless Framework for the Lambdas and CDK + SST for your resources. We might make a TS version of this in the future but it might take us some time. If somebody makes one, we'll link to them here! |
hi everyone, it would be awesome if you could update the example to support the new serverless-bundle plugin that supports TS!
The text was updated successfully, but these errors were encountered: