Scenario: You need to implement a serverless architecture where incoming data from IoT devices triggers AWS Lambda functions for processing. How would you design the integration between SNS and AWS Lambda in this scenario?

  • Deploy EC2 instances
  • Publish data to SNS topic
  • Use S3 for data storage
  • Utilize Kinesis Data Streams
Publishing data to an SNS topic allows SNS to trigger AWS Lambda functions for processing the incoming data from IoT devices.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *