Azure AD stores log (audit, sign-in) information for 7 to 30 days (depending on AAD tenant license). I need to copy these logs to AWS S3 bucket (on weekly or monthly basis) Following solution seems not working (even after increasing timeout and memory for Lambda): https://github.com/mattfeltonma/lambda-azureadlogs
I am looking for an automated solution that can help me to copy AAD logs to S3 bucket. Your help will be highly appreciated.