Skip to the content.

AWS: Events

Review, Research, and Discussion

Describe the similarities between AWS API Gateway + Lambda functions and an ExpressJS Server

List the AWS Database offerings and talk about the pros and cons of each

AWS Databases


AWS Databases

What’s the difference between a FIFO and a standard queue?

queues

How can the server be assured a message was properly received?

Document the following Vocabulary Terms

Serverless API : this API that will can create it without writing any line of codeing, and will run without thinking of maintaining server.

Triggers : an action that when happaen will run a function to do something.

Dynamo vs Mongo : Dynamo is AWS NoSql database service. Mongo is a service that uses MongoDB service.

Dynamoose vs Mongoose : both of them are npm package that allow you to control of your NoSql database.

Preparation Materials

SQS and SNS Basics

SQS features :

SNS features :

AWS SQS vs SNS