News

Some aws endpoints have a rather punishing rate limit, so client side rate limiting is a good idea, especially if you're planning on scaling out client calls across multiple threads. Thankfully, the ...
Create a secret in Account A, Region us-west-2 Create an IAM policy allowing Acount B to access to the secret in Account A Create a lambda in Account B, Region us-east-1 that retrieves the secret from ...