AWS-Notes
AWS-Notes
1. API gateway :
Features :
Fully Managed Service – No need to maintain
infrastructure.
Supports Multiple Protocols – Works with REST,
HTTP, WebSocket APIs.
Authentication & Authorization – Supports IAM,
Cognito, OAuth, JWT.
Rate Limiting & Throttling – Protects APIs from
abuse.
Request Transformation – Modifies incoming
requests before forwarding.
Monitoring & Logging – Integrated with
CloudWatch for logging and performance tracking.
Caching – Reduces backend load with response
caching.
Integration with AWS Services – Works with
Lambda, DynamoDB, S3, EC2, RDS, SNS, SQS.
Security – Provides WAF (Web Application Firewall)
integration to prevent attacks.
Custom Domain Names – Allows mapping APIs to
custom domains.
https://3tbqm3ras4.execute-api.us-east-
1.amazonaws.com/prod = invoke URL.
Ex : same as above.
3. Amazon DynamoDB
Amazon DynamoDB is a fully managed NoSQL
database service provided by AWS. It offers high
availability, scalability, and performance while
automatically handling replication, backup, and
recovery.