MetaMask login using AWS Lambda.
APIs should get through AWS API Gateway.
Get token for a public address.
- Request Body JSON
{"publicAddress": "string", "nonce": "string", "signature": "string" }- Response JSON
{"token": "string" }Using AWS CLI
aws lambda update-function-code --function-name [FUNCTION NAME] --zip-file fileb://./build/build.zip