Rummikub solver using old "joker locking" rules. Served directly by a single AWS Lambda function with a function URL. Can take a long time to load for the first time from lambda cold start, as it uses big Python libraries in a container.
Visit website: https://jeae5te7l4yzzmh7c3tjszhdwy0njroy.lambda-url.eu-west-1.on.aws.
npm run buildcompile typescript to jsnpm run watchwatch for changes and compilenpm run testperform the jest unit testscdk deploydeploy this stack to your default AWS account/regioncdk diffcompare deployed stack with current statecdk synthemits the synthesized CloudFormation templatenpm run build && cdk synth && cdk deploybuild and deloy everything