Random notes taken while preparing for AWS Certified Developer Associate exam
Personal study notes and key concepts for the AWS Certified Developer Associate exam, covering services like Lambda, DynamoDB, and API Gateway.
Personal study notes and key concepts for the AWS Certified Developer Associate exam, covering services like Lambda, DynamoDB, and API Gateway.
A guide on how to connect an AWS API Gateway to trigger a Lambda function, creating a serverless REST API endpoint.
Explores 5 key use cases for AWS Lambda, including HTTP APIs, data processing, and IoT, highlighting its cost-efficiency and scalability.
Performance comparison of three AWS API deployment methods: Lambda, API Gateway service proxy, and Fargate containers.
A guide to implementing custom authorizers in AWS Lambda and API Gateway for centralized authentication and authorization in serverless applications.