Deploying Sveltekit to AWS Lambda I had a hard time using the sveltekit-adapter-aws and services like Elastic Beanstalk, ECS, and CloudFlare Pages. So I created a minimal example of deploying Sveltekit to AWS Lambda using the CDK.
Code challenge: Simple analytics Write a function that takes an input of users and returns the count of each subscription type.