24 packages
@codedazur/cdk-amplify-app
@codedazur/cdk-bastion-host
This construct creates a nano-sized EC2 instance with an associated key-pair in the public subnet of the provided VPC. This allows owners of the private key of the key-pair to connect to services on private subnets of that VPC, using this bastion host as
@codedazur/cdk-cache-invalidator
@codedazur/cdk-docker-cluster
This construct creates a load balanced Fargate service, for which it builds a Docker image from a local directory. A CloudFront distribution is connected to the load balancer.
@codedazur/cdk-mailer
@codedazur/cdk-next-app
The NextApp CDK construct deploys a standalone Next.js build to a load balanced Fargate service on AWS.
@codedazur/cdk-rpc-api
@codedazur/cdk-sanity-site
> [!WARNING] > > This construct is deprecated. Please use the `StaticSite` construct instead with the `rewriteMode` set to `RewriteMode.SinglePage`. > > ```ts > new StaticSite({ > source: "../sanity/dist", > rewriteMode: RewriteMode.SinglePage, > });
@codedazur/cdk-site-distribution
@codedazur/cdk-static-site
## Examples