saran
saran

Reputation: 33

Trigger an AWS lambda after an event is completed

Is there anyway by which I can trigger a lambda once an event is completed (After the completion of DMS Task events).

Upvotes: 2

Views: 1249

Answers (1)

jarmod
jarmod

Reputation: 78583

You can receive Database Migration Service event notifications via SNS. You can then configure SNS to trigger Lambda functions and there are instructions for subscribing to DMS event notifications.

Upvotes: 2

Related Questions