what serverless plugin or package is everyone using to manage serverless deployments on AWS Lambda?
Unanswered
Tufted Flycatcher posted this in #help-forum
Tufted FlycatcherOP
what serverless plugin or package is everyone using to manage serverless deployments on AWS Lambda? I was thinking of using next-serverless but that package hasn't been updated in 5 years and barely have any downloads: https://www.npmjs.com/package/next-serverless
10 Replies
you can use aws amplify @Tufted Flycatcher
init your project via cli and add a a function
init your project via cli and add a a function
Tufted FlycatcherOP
yeah, but what's the difference between aws amplify and aws lambda? Are there resources on deploying with aws lambda?
Tufted FlycatcherOP
is aws amplify good if i have a mongodb and have a bunch of api routes? @B33fb0n3
@Tufted Flycatcher yeah, but what's the difference between aws amplify and aws lambda? Are there resources on deploying with aws lambda?
well, amplify itself is just a "group". A service, that's free and bundle the deployment for specific aws stuff. You can also easily add a graphql or authentication and and and. So amplify itself just bundles all these services and aws lambda is one of these services
@Tufted Flycatcher is aws amplify good if i have a mongodb and have a bunch of api routes? <@301376057326567425>
well, I never used mongodb for data. Everytime I need to create, update or delete data I am using amplify graphql. So I can't give you a good recommendation about the mongodb topic
@Tufted Flycatcher solved?
Tufted FlycatcherOP
@Ray how have you liked SST?
you to keep track of your problem:
As I mentioned you can use (my recommendation):
And also Ray mentioned that you can use sst.dev
@Tufted Flycatcher if you problem is solved through these recommendations, please mark this message as solution, thanks
As I mentioned you can use (my recommendation):
A service, that's free and bundle the deployment for specific aws stuff. You can also easily add a graphql or authentication and and and. So amplify itself just bundles all these services and aws lambda is one of these services
And also Ray mentioned that you can use sst.dev
sst.dev
its the best
@Tufted Flycatcher if you problem is solved through these recommendations, please mark this message as solution, thanks
