---
services:
  lint-and-test:
    platform: linux/amd64
    build:
      context: .
      dockerfile: Dockerfile
    command: ./lint_and_test.sh
    environment:
      - AWS_REGION
