Tag: aws

  • Run NextJS in an AWS Lambda

    Run NextJS in an AWS Lambda

    Looking to host a new web app that was built in NextJS, we set out to find a way to host it on a Lambda rather than via a docker image (which can get rather expensive). These are the steps we took to do so. Create a static bucket First thing you will need to…