amazon web services - AWS Mobile Analytics Enviornment -


i'm implementing aws mobile analytics on app 2 environments, beta , production. it's working auto export configuration s3 + redshift have doubt environment data split.

should have mobile analytics configuration auto export redshift? or should have 1 redshift , 2 apps (beta , production) sending data same redshift? in second case detect app data coming package name unique.

thanks in advance!

not quite sure of question asking, if trying filter events in redshift based on app, can filter based on application_app_id.

go console , select app id you'd see events (let's call 'xxxxxxxxxxxx', in redshift cluster query:

select *   awsma.v_event  application_app_id = 'xxxxxxxxxxxx' 

Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -