We need a lambda function to handle the submit-passport requests:
[x] lambda function should be linked to the current load balancer
[x] should be triggered on the requests to /registry/submit-passport and /registry/v2/submit-passport. (is possible specify a wildcard /registry/*/submit-passport)
[x] should be throttled - topic for discussion
[x] 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