git clone
yarn install
serverless offline --stage <STAGE>
sls step-functions-offline --stateMachine=underminer --event=underminer/stepfunction-event.json --stage <STAGE>
serverless invoke local --function <SOURCE> --path underminer/integrations/sources/<SOURCE>/event.json --stage <STAGE>
- Configurar o CLI da AWS na máquina
- Adicionar o accountId da AWS no arquivo serverless.yml
serverless deploy -v --stage <STAGE>
serverless invoke --function athenaInit --stage <STAGE>
serverless invoke local --function ignition --stage <STAGE>