section-engineering-education / engineering-education

“Section's Engineering Education (EngEd) Program is dedicated to offering a unique quality community experience for computer science university students."
Apache License 2.0
363 stars 889 forks source link

Deploying a Serverless API with AWS(MongoDB) #4269

Closed EssyH closed 3 years ago

EssyH commented 3 years ago

Deploying a Serverless API with AWS(MongoDB)

Deploying a Serverless API with AWS(MangoDB)

Proposed article introduction

It's called serverless computing, and it's the way of the future. Developers may concentrate on writing code rather than managing servers using serverless computing. Developers can also break up their application into distinct bits of functionality that can be built, deployed, and scaled individually using serverless functions. This cutting-edge method of software development allows teams to work more quickly, save money, and reduce downtime.In this article i'll take you through step by step on how to deploy a serverless API with AWS(mongoDB).

Key takeaways

What are the 3-5 most important things the reader should understand or be able to do after reading this article? Use this area to get your ideas down on the bulk of your article or tutorial.

What's AWS(mongoDB)? Packages needed to deploy a serverless API with AWS Procedures to follow for you to build a serverless API with AWS(mongoDB)

Article quality

How is your article unique? Tell us what makes your approach different from similar articles that have published on the same topic? Is yours more in-depth? Does it cover additional topics? Do you provide handy tips or anecdotal advice?

References

Please list links to any published content/research that you intend to use to support/guide this article.

Conclusion

Finally, remove the Pre-Submission advice section and all our blockquoted notes as you fill in the form before you submit. We look forwarding to reviewing your topic suggestion.

Templates to use as guides

ahmadmardeni1 commented 3 years ago

Good afternoon and thank you for submitting your topic suggestion. Your topic form has been entered into our queue and should be reviewed (for approval) as soon as a content moderator is finished reviewing the ones in the queue before it.

WanjaMIKE commented 3 years ago

@EssyH this official article https://www.mongodb.com/developer/how-to/serverless-development-lambda-atlas/ covers your key takeaways adequately. They even created a fake API with mongoDB just as you intended. Feel free to suggest another topic. Thanks