dominate your domicile with hominate
- Setup netlify-cli and auth to your Netlify account: https://www.netlify.com/docs/cli/
make deploy
preview your deploy.make promote
deploy to production.
- Your lambda's must be at the top-level in
lambda
(you can use nested directories for includes). - Your lambda's will be at
{your-netlify-url}/.netlify/functions/{file_name}