Can AWS IoT add a new lifecycle event for PING response?

0

Currently AWS IoT supports lifecycle events for connected/disconnected/subscribed/unsubscribed.

I'd like to be able to plug a lambda function into the PING response sent by a client keep-alive, in order to progressively delay the TTL set in my application's Session record for that connection (dynamodb).

Currently there is no way that I'm aware of to natively handle this with lambda in the same way I can other lifecycle events, as the PING response isn't available to use as an IoT topic rule.

Is there a way to do this or can this be added as a new optional lifecycle event?

Thanks

  • Can you explain your use case for using DynamoDB TTL? Are you trying to detect stale connections?

borg
posta un anno fa106 visualizzazioni
Nessuna risposta

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande