CU-CloudCollab / aws-examples

Various examples of interacting with AWS through both the CLI and the SDK
23 stars 16 forks source link

A Question - Lambda method duration limit #1

Open tbenade opened 8 years ago

tbenade commented 8 years ago

Hi,

Looking at the code I cannot see how you have addressed the 300 second duration limit on the Lambda function. http://docs.aws.amazon.com/lambda/latest/dg/limits.html#limits-list

Any thoughts how you are planning to address as I assume your table size will continue to grow.

Thanks for sharing.