This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
lambda-boilerplate/docker-compose.yml
Marc Cataford d2a6cfe378
Initial version (#1)
* infra: python, bootstrap

* feat: local sample

* infra: invocations and CFN

* docs: stub

* wip: clean up, add sceptre

* wip: add app stack teardown

* refactor: template rejigging

* chore: ignore outfiles

* wip: cleanup post upload to s3

* wip: teardown infra task

* docs: links, contrib

* docs: missing command

* docs: formatting
2020-09-26 01:14:56 -04:00

13 lines
320 B
YAML

version: '3.2'
services:
web:
build: .
volumes:
- ./src/:/var/task/
command: "base.handler"
ports:
- "9001:9001"
environment:
PYTHONPATH: /var/task/src:/var/task/lib
DOCKER_LAMBDA_STAY_OPEN: 1
DOCKER_LAMBDA_WATCH: 1