forked from PecanProject/BETYdb-YABA
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented Lambda fuctions where required and introduced the Client …
…Library
- Loading branch information
1 parent
5749f03
commit 13deb1a
Showing
24 changed files
with
1,659 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
FROM python:3.7.2-slim | ||
|
||
COPY . /code | ||
|
||
WORKDIR /code | ||
|
||
RUN pip install -r requirements.txt | ||
|
||
CMD ["python","client.py"] |
Oops, something went wrong.