This is the DIY challenge of the Parallel Data Processing in AWS Cloud Quest.
DIY Steps:
- Create a new Lambda
promotion_service
- Create a new Subscription under
rideshare_topic
with Endpoint frompromotion_service
Lambda
Subscription filter policy
{ "distance": [ { "numeric": [ ">", 10 ] } ] }
Top comments (0)