Skip to content

DPLT-1044 Expose context method for writing custom Grafana metrics (#… #19

DPLT-1044 Expose context method for writing custom Grafana metrics (#…

DPLT-1044 Expose context method for writing custom Grafana metrics (#… #19

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