aws / aws-sdk-mobile-analytics-js

Amazon Mobile Analytics JavaScript SDK
Apache License 2.0
82 stars 38 forks source link

Mid Level Client - Submit Events for specified CognitoId #8

Open cheruvian opened 8 years ago

cheruvian commented 8 years ago

Allow submission of batches for specified CognitoIds per [forums post #680557].(https://forums.aws.amazon.com/post!reply.jspa?messageID=680557)

This allows for Server Side event submission (i.e. kinesis -> lambda -> AMA)

Current solution would require creating a Client per CognitoId which without batching could be on an event basis.