Skip to content

Commit

Permalink
Rename cron lambda and quickfix fastapi requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
fulder committed Oct 28, 2021
1 parent 6f5327f commit d6e8cb0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-python@v2

- run: |
pip install -r src/lambdas/api/watch_histories/requirements.txt --target src/lambdas/api/watch_histories/
- name: cdk deploy
uses: youyo/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion deploy/lib/watch_history.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def _create_lambdas_config(self):
],
"timeout": 10
},
"cron-update_eps": {
"cron-show_updates": {
"layers": ["utils", "databases", "api"],
"variables": {
"DATABASE_NAME": self.watch_history_table.table_name,
Expand Down
File renamed without changes.

0 comments on commit d6e8cb0

Please sign in to comment.