Haxe/js+hl webapp on serverless aws

I set up an example haxe webapp on serverless AWS. All of the infrastructure is defined in CDK. It is made up of a js frontend deployed to S3 and served from CloudFront, and hashlink backend deployed on lambda and accessed via API Gateway which accesses DynamoDB. See the readme for details.

5 Likes

This is a very interesting project and the documentation is fantastic. I have bookmarked this. Well done!