This documentation is being updated.
To start both, Gatsby site and lambda functions, run npm run develop
which starts both processes.
Dotenv is recommended for working in the development environment.
- Use
npm i dotenv
to install dotenv. - Create a new file in the root directory of the project called
.env
(please do not commit this file). - Add the following lines to the
.env
file replacing [KEY] with the actualy key.