simple-lambda-python
This simple lambda function counts how many times was called
It use a dynamoDB table to register the name of the user and a counter
the function checks if the user_name already exist in the table, if is true it upload
the current value of the counter.