Skip to content

slcp/next-js-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning about NextJS and deployment into AWS

This repo is a record of my learning of NextJS from zero to...something. It encompasses not only NextJS itself but also the deployment of a NextJS app, currently just into AWS. Multiple deployment options are intended to be explored.

## Repo Structure

  • front-end
    • This folder contains a NextJS app. How advanced a state this is in will very much depend on what and how much I have needed to learn.
  • sst-infra
    • This folder contains the infrastructure-as-code to deploy the application into AWS using hyper-serverless infrastructure (eg. lambda, cloudfront, queues etc.) using the Serverless Stack framework and their custom CDK Construct which uses open-next under the hood. For more info, check out their docs.
  • cdk-infra
    • This folder contains the infrastructure-as-code to deploy the application into AWS using Elastic Container Service and Fargate behind a Load Balancer, Cloudfront and with static assets served from S3.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published