A Python script used to download google adwords report. Which runs without 
any issue locally. 
The script is something like:

client = adwords.AdWordsClient.LoadFromStorage('googleads.yaml')
report_downloader = client.GetReportDownloader(version='v201809')

However, when I deploy this in AWS lambda, I got error message:

{
>   "errorMessage": "sqlite3 module is required for the SqliteCache",
>   "errorType": "RuntimeError",
>   "stackTrace": [
>     [
>       "/var/task/lambda_function.py",
>       24,
>       "lambda_handler",
>       "report_downloader = client.GetReportDownloader(version='v201809')"
>     ]

 
The aws lambda env is python 3.6. Any suggestion? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/81514f7e-8f05-452c-a6f2-614a927b624d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • sqlite3... yliu
    • RE... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum

Reply via email to