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
We need a lambda function to handle the submit-passport requests:
lambda function should be linked to the current load balancer
should be triggered on the requests to /registry/submit-passport and /registry/v2/submit-passport. (is possible specify a wildcard /registry/*/submit-passport)
should be throttled - topic for discussion
lambda function will be implemented in Python and deployed as a container (this is open for discussion if other deployment type would be recommended)
We need a lambda function to handle the
submit-passport
requests:/registry/submit-passport
and/registry/v2/submit-passport
. (is possible specify a wildcard/registry/*/submit-passport
)So far the approach with lambda function has been tested here: https://github.com/gitcoinco/passport-scorer/tree/1646_lambda
The text was updated successfully, but these errors were encountered: