From b2132fe3c79a06fd15b6137e8a0eb628de722e0f Mon Sep 17 00:00:00 2001 From: Jose Luis Martinez Date: Thu, 8 Jul 2021 12:33:21 +0200 Subject: [PATCH] Thanks to aeruder --- README.md | 6 ++++++ auto-lib/Paws.pm | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index 88bdd65796..7ad6eb58c6 100644 --- a/README.md +++ b/README.md @@ -466,3 +466,9 @@ Jess Robinson and shadowcat.co.uk for: shogo82148 for migrating our Travis pipelines to GitHub Actions (and improving them) + +aeruder for contributing + - Fixing DynamoDB retry fixes + - Completing speedups and benchmarking code + - Substituting Config::INI for Config::AWS + - Parrallelizing and fixing generation inconsistencies of the SDK diff --git a/auto-lib/Paws.pm b/auto-lib/Paws.pm index 7751e31998..5b12a8dd9c 100644 --- a/auto-lib/Paws.pm +++ b/auto-lib/Paws.pm @@ -1243,5 +1243,11 @@ Jess Robinson and shadowcat.co.uk for: shogo82148 for migrating our Travis pipelines to GitHub Actions (and improving them) +aeruder for contributing + - Fixing DynamoDB retry fixes + - Completing speedups and benchmarking code + - Substituting Config::INI for Config::AWS + - Parrallelizing and fixing generation inconsistencies of the SDK + =cut