numo-labs / lambda-taggable-createDocument

:memo: Tag-E Create and Update Documents
3 stars 0 forks source link

Inheritance Indexer Invocation takes 71 seconds so exceeds Lambda Invocation Rate Limit #11

Closed nelsonic closed 8 years ago

nelsonic commented 8 years ago

When I'm trying to run the script to insert the Geo/Hotel tags into CloudSearch using the lambda-taggable-createDocument I am receiving the error: toomanyrequestsexception-lambda-taggable-createdocument-v1

When I investigate the CloudWatch Error logs I see: Inheritance Indexer invoke err { errorMessage: '[object Object] lambda-inheritance-indexer-invoke-err

link to this error in cloudwatch: https://eu-west-1.console.aws.amazon.com/cloudwatch/home?region=eu-west-1#logEvent:group=%252Faws%252Flambda%252Flambda-taggable-createdocument-v1;stream=2016%252F04%252F21%252F%255B%2524LATEST%255D002ed21818e543678677903115e9dd73;start=2016-04-21T07%253A18%253A57Z

nelsonic commented 8 years ago

see: http://stackoverflow.com/questions/36826352/aws-lambda-toomanyrequestsexception-rate-exceeded/36871993#36871993