Skip to content

0.4.0

Compare
Choose a tag to compare
@jessedoyle jessedoyle released this 22 Oct 22:34
· 22 commits to master since this release
d3790fa
  • Implement a delay when calling the ListTags operation for each lambda function to avoid hitting API rate limits. This is useful for accounts with many Lambda functions (>100) when creating the CloudWatch subscription.
  • The client will attempt up to 3 additional retries with a maximum delay of 2s between requests. This allows for a total potential delay time of 5s (not counting request overhead).
  • Increase the default Lambda timeout to 60s to reflect new retry delays.