AWS - Deploy Nest.js Server to Elastic Beanstalk
Update package.json
Update build, prestart, start
Move
@nestjs/cli
and@types/node
from devDependencies to dependencies
Dockerfile
Use eb-cli to init application and create an environment
Add environment variables
Setup RDS
Last updated
Was this helpful?