These events are designed to educate you about AWS products, services, and solutions and help you develop the skills to design, deploy, and operate infrastructure and applications. Event content is delivered by subject matter experts from AWS, our partners, and our customers, who share how they have successfully built solutions on AWS.
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.
AWS database offerings include:
-
RDS
-
DynamoDB
-
ElastiCache
-
Neptune
-
Amazon QLDB
-
Amazon DocumentDB
-
Amazon Keyspaces
-
Amazon Timestream
They are each comparable to different db services. RDS is similar to oracle SQL, DynamoDB is similar to MongoDB, Aurora is MySQL, postrgeSQL compatible, etc.
Pros: They are scalable, managed, secure, easy to work with, and scalable
Cons: The only major con I can see is the cost.
A FIFO queue is first in first out and a standard queue provides at least once delivery and isn't neccessarily ordered.
Logging and using timestamps and checking whether it was delivered based on the response sent from the endpoint.
Serverless API An API that lives in the cloud and is created using cloud services.
Triggers Essentially a connection between resources. When something happens to a resource, it triggers an action to be taken.
Dynamo vs Mongo Dynamo is like the AWS version of Mongo. Mongo is open source and uses JSON objects, whereas Dynamo uses tables. MongoDB is less restrictive of data types and size.
Dynamoose vs Mongoose Dynamoose is a modeling tool used for dynamo and mongoose is used for mongo.
Email: ibrahem.omari96@gmail.com
