What are the limitations of Lambda@Edge compared to regular AWS Lambda functions?
- Access to fewer AWS services
- Higher memory allocation
- Longer maximum execution time
- Smaller function size limit
Lambda@Edge functions have a smaller size limit compared to regular AWS Lambda functions due to the constraints of edge computing environments.
Loading...
Related Quiz
- What are the limitations of DynamoDB Streams regarding scalability and performance?
- DynamoDB Streams are triggered by changes to __________ tables.
- What are the different ways to ingest logs into CloudWatch Logs?
- __________ is the process of capturing a time-ordered sequence of item-level modifications in a DynamoDB table.
- Scenario: You need to implement centralized logging for multiple AWS Lambda functions. What approach would you take and why?