Make sure aws cli, node and ncc are installed. Configure aws cli with aws configure
- Get the .env file and store it in root
- Install with
npm i
- Build with
npm run build
- Deploy creatorFn with
npm run deploy:creator
- Deploy executorFn with
npm run deploy:executor