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:
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.4 Replies
Let me check. I will ask internally in Neptune team. I am not an expert on bulk load.
My other request would be to incorporate the various https endpoint calls into the SDK (Go in my case)
The push notifications for bulk load do not currently exist. I'll make sure we are tracking that as a feature request.
Regarding the https endpoint calls in the SDK.... 😁 ... "watch this space" in the coming days and weeks (all I can say publicly).
Thank you for looking in to it @triggan - it will be just my luck that I ahve written my own code to call the endpoints and then you guys release an offical version three days later 😉