Event sources for AWS Lambda can be configured to deliver events asynchronously using _________.
- AWS CLI
- AWS Lambda console
- AWS SDKs
- Event source mapping
Event source mapping allows for asynchronous delivery of events to Lambda from services like DynamoDB Streams or Kinesis Data Streams.
Loading...
Related Quiz
- AWS provides mechanisms such as ________ to help monitor and control access in Cross-Account scenarios.
- What is the primary purpose of IAM roles in AWS?
- When architecting for high concurrency, it's crucial to design for __________ to ensure efficient resource utilization.
- Scenario: You are migrating an existing application to AWS Lambda but require a runtime environment that is not natively supported. How would you approach this using custom runtimes?
- __________ defines the maximum permissions an IAM policy can grant.