DEV Community

Cover image for SvelteKit/CDK exercise plan
Juhani Ränkimies
Juhani Ränkimies

Posted on

3 2

SvelteKit/CDK exercise plan

I've dabbled with an adapter that deploys SvelteKit project to a CDK stack, but deploying the sample page doesn't really test the adapter much.

So, to find (and hopefully fix, too) at least some of the weak spots of my custom CDK adapter, I'll develop a simple app featuring passwordless sign-in and profile picture. The app will protect users from themselves by rejecting reckless profile pictures, like cats and adult content. It'll be hosted on prudent-profile.com.

It shouldn't be too complicated, but still exercises new areas of the adapter:

  • applying svelte kit in more realistic scenario
  • session cookies with Cloudfront
  • handling non-JSON request payload
  • external dependencies in SSR bundle
  • more involved CDK stack
    • DynamoDB for session management
    • SES for confirmation emails
    • Rekognition to ensure "quality" of profile images
    • DNS, TLS certificates, ...

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

While many AI coding tools operate as simple command-response systems, Qodo Gen 1.0 represents the next generation: autonomous, multi-step problem-solving agents that work alongside you.

Read full post

Top comments (0)

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.

Read full post