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.
Dedrone C2 Management
This minimal Next.js app is deployed by CDK as a standalone Lambda function behind CloudFront in the Beta environment.
Current state
The stack uses a single Lambda-backed Next.js server, no Route53, no image optimizer, and no cache or revalidation services.
Build path
`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
`ui-stack` publishes the standalone app through a Lambda Function URL and a CloudFront distribution.