Deployment
Deployment is handled via CDK. This means to deploy your app you will need the AWS CDK CLI installed.
Getting started with the v2 CDK (opens in a new tab)
You may also want to log into the CDK CLI via the AWS CLI. It is not required, but I reccomend it.
To deploy just run cdk deploy --app "npm run deploy"
You can use whatever package manager you want. You can also make a cdk.json so you dont have specify the --app parameter all the time.
This will automatically deploy your app to AWS. You'll also get a URL for your API Gateway and Cloudfront.