Skip to content

Commit

Permalink
Update/deploy a lambda using a Docker container image
Browse files Browse the repository at this point in the history
* Make the zappa update and zappa deploy commands accept a new docker_image_uri parameter
* Refactor handler.py so it first looks for zappa_settings.py file (current behaviour), and if that is not there, it looks for all the settings as environment variables (new behaviour)

Related Miserlou#2188
  • Loading branch information
ian-whitestone committed Dec 29, 2020
1 parent 542c8c6 commit 329523c
Show file tree
Hide file tree
Showing 4 changed files with 237 additions and 170 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,4 @@ README.test.md

.mypy_cache
.pytest_cache
pyproject.toml
Loading

0 comments on commit 329523c

Please sign in to comment.