Skip to content

Commit

Permalink
feat: fix issues
Browse files Browse the repository at this point in the history
Signed-off-by: Adetokunbo Ige <[email protected]>
  • Loading branch information
aigep committed Dec 3, 2024
1 parent 98a2a1a commit fcc2eb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pulumi-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Pulumi Preview
working-directory: todo-app
run: |
pulumi stack select ExitoLab/todo-app/dev
pulumi preview --stack ExitoLab/todo-app/dev
env:
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}

Expand Down
3 changes: 1 addition & 2 deletions todo-app/lambda_function/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
fastapi
mangum
pydantic
boto3

boto3

0 comments on commit fcc2eb6

Please sign in to comment.