You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to have a more robust solution for the internal calls to AWS, the following has been improved:
* Fix expired security token issue by always use fresh credentials provided by CloudFormation. We need to take into account the fact that lambda execution context are being reused, so ensure new values for credentials and settings are refreshed even when the `BaseResource` instance is the same from previous call.
* Use queue to avoid throttling of AWS API calls (specially CloudWatch).
* Optional use of worker threads for performance reasons.
0 commit comments