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 "prime" the lambda function and ensure that the "Welcome" email is sent as fast as possible, I propose that we invoke the Lambda with the event.ping.
in order to "prime" the lambda function and ensure that the "Welcome" email is sent as fast as possible, I propose that we invoke the Lambda with the
event.ping
.It should execute the
"ping"
branch:https://github.com/dwyl/aws-ses-lambda/blob/aedee9b5c7349b9ab1d4d172aef606624121b39e/index.js#L11-L13
Which minimises execution time.
The text was updated successfully, but these errors were encountered: