Dedrone C2 Management

Hello world.

This minimal Next.js app is deployed by CDK as a standalone Lambda function behind CloudFront in the Beta environment.

Current state

The first serverless UI path is live in infrastructure code.

The stack uses a single Lambda-backed Next.js server, no Route53, no image optimizer, and no cache or revalidation services.

Build path

Local

`npm run ui:dev` starts the app locally. `npm run ui:package` builds package dependencies, builds the app, and packages the Lambda asset.

Deploy path

AWS

`ui-stack` publishes the standalone app through a Lambda Function URL and a CloudFront distribution.