aws-nextjs

aws cdk package to deploy next.js pages faster

Usage no npm install needed!

<script type="module">
  import awsNextjs from 'https://cdn.skypack.dev/aws-nextjs';
</script>

README

Welcome to your CDK TypeScript Construct Library project!

You should explore the contents of this project. It demonstrates a CDK Construct Library that includes a construct (AwsNextjs) which contains an Amazon SQS queue that is subscribed to an Amazon SNS topic.

The construct defines an interface (AwsNextjsProps) to configure the visibility timeout of the queue.

Useful commands

  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • npm run test perform the jest unit tests