This is a bot for finding available spots in the Enchantments zones of Alpine Lakes, WA. This project is just for fun. Please do not use this bot for nefarious purposes.
Most bot code can be found in the lambda directory. It uses python3, boto3 for making calls to AWS DynamoDB and AWS SNS, and requests for making requests to the enchantments API.
It also uses python's unittest library for unit tests.
The AWS Lambda, DynamoDB tables, and SNS topics are created using Typescript and CDK. Resources can be found in the lib directory.