0.2.0 • Published 19 days ago

@codedazur/cdk-next-app v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
19 days ago

NextApp

The NextApp CDK construct deploys a standalone Next.js build to a load balanced Fargate service on AWS.

Example

new NextApp(this, "Next", {
  path: "../next", // Must contain a Dockerfile.
});

Docker

In order to use this construct, your Next.js application needs to be configure for Docker deployments. See the official documentation for more information.

0.2.0

19 days ago

0.1.0

7 months ago

0.0.2

7 months ago

0.0.1

8 months ago