d2a6cfe378
* 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
13 lines
320 B
YAML
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
|