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_topicwith Endpoint frompromotion_serviceLambda
Subscription filter policy
{
"distance": [
{
"numeric": [
">",
10
]
}
]
}

Top comments (0)