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
- Host: GitHub
- URL: https://github.com/g-otn/aws-lambda-tictactoe
- Owner: g-otn
- License: mit
- Created: 2021-02-10T01:30:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-10T01:33:27.000Z (over 4 years ago)
- Last Synced: 2025-01-17T05:29:14.004Z (5 months ago)
- Topics: aws-lambda, aws-lambda-node, poc, wip
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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