version: '3.7'
services:
  lambda:
    build:
      context: .
      dockerfile: Dockerfile
      target: test
    entrypoint: ""
    volumes:
      - '.:/var/task/'
    environment:
      AWS_S3_BUCKET_NAME: bucket
      SENTRY_DSN: sentry_test
      ENVIRONMENT: test

