Before starting, ensure you have the following installed on your device (for testing and debugging):
npm install -g pnpm
# Check Node.js version
node --version # Should be 18+
# Check pnpm
pnpm --version
# Check AWS CLI
aws --version
# Check Git
git --version