Skip to the content.

Home Page

Class 19 Notes

Review, Research, and Discussion

  1. The similarities between AWS Gateway + Lambda functions and an Express.js server is that they both use REST and have similar routing.
  2. They have multiple database offerings some are NoSQL and some are SQL.
  3. A FIFO queue will make sure that the data is sent in one after the other and has to be handled one before the other. A standard queue doesnt require the first queue object to be read first.
  4. You can use SQS to make sure that the message was delivered and you can also use promises.

Terms