An open API service indexing awesome lists of open source software.

https://github.com/g-otn/aws-lambda-tictactoe


https://github.com/g-otn/aws-lambda-tictactoe

aws-lambda aws-lambda-node poc wip

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# aws-lambda-tictactoe

AWS Lambda function that uses [marianoheller/tic-tac-toe-minimax](https://github.com/marianoheller/tic-tac-toe-minimax)
to play tictactoe with the client.

### TODO
- Improve README
- Remove basic validation of event (request body) which can be done with OpenAPI in API Gateway