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
Here we fine-tune the EventBridge rules to prevent useless invocations
Why is this important?
Since Lambda invocations increase linearly with the number of accounts that SPA manages, it is important to maintain these invocations to a very minimum.
How to implement it?
only use events that begin or end transactions to trigger the metering Lambda - other events are useless
only use expiration events from DynamoDB to trigger transaction time outs - other DynamoDB events are useless
The text was updated successfully, but these errors were encountered:
What is this?
Here we fine-tune the EventBridge rules to prevent useless invocations
Why is this important?
Since Lambda invocations increase linearly with the number of accounts that SPA manages, it is important to maintain these invocations to a very minimum.
How to implement it?
The text was updated successfully, but these errors were encountered: