Skip to content

fix: Use correct schema name in is provisioned check (#153) #35

fix: Use correct schema name in is provisioned check (#153)

fix: Use correct schema name in is provisioned check (#153) #35

name: Deploy Dev Lambdas
on:
push:
branches: [main]
paths:
- "indexer-js-queue-handler/**"
jobs:
test:
uses: ./.github/workflows/test-lambdas.yml
with:
working-directory: ./indexer-js-queue-handler
deploy:
uses: ./.github/workflows/deploy-lambdas.yml
needs: test
secrets: inherit
with:
working-directory: ./indexer-js-queue-handler
environment: LAMBDA_DEV