AWS: Events
Review, Research, and Discussion
Describe the similarities between AWS API Gateway + Lambda functions and an ExpressJS Server
They are both ways you can implement an API. Within an Express Server you define your routes and write the logic for them. With AWS API Gateway, you set up your routes and then implement the functionality using lamda functions.
List the AWS Database offerings and talk about the pros and cons of each
-
AWS database offerings include:
-
RDS
-
DynamoDB
-
ElastiCache
-
Neptune
-
Amazon QLDB
-
Amazon DocumentDB
-
Amazon Keyspaces
-
Amazon Timestream