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
7 lines
81 B
Docker
7 lines
81 B
Docker
FROM lambci/lambda:python3.8
|
|
|
|
USER root
|
|
|
|
ENV APP_DIR /var/task
|
|
|
|
WORKDIR $APP_DIR
|