AWS Neptune bulk load notifications

I wonder if anyone has knowledge of a way to receive a notification event(s) for bulk loading. Right now, one can poll via the https endpoint, but that would require having a container running somewhere that did this.

I was rather hoping to configure an SNS notification for say status change "LOAD_STARTED"... etc. The JSON given by the https: calls would be fine as having received the notification, I can use the standard calls to retrieve errors and more detailed information etc.

Fairly standard pattern: SNS->lambda function-><do something>

Apologies if this is somehow buried in the existing notifications, but I cannot see the wood for the trees if that is the case.
Was this page helpful?