getlift / lift

Expanding Serverless Framework beyond functions using the AWS CDK
MIT License
912 stars 109 forks source link

Add support for creating IoT Topic Rules #355

Open connorhsm opened 11 months ago

connorhsm commented 11 months ago

Start from the Use-case

I create Lambda's with Serverless Framework that are often triggered by SQS, which is triggered by an IoT rule. If my function is triggered by SQS, I have to manually create the IoT rule without Lift.

Example Config

No response

Implementation Idea

No response