Skip to content

Commit

Permalink
fix: lambda deployment, remove openssl dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kentSarmiento committed Dec 30, 2023
1 parent cbd2dcc commit 1013902
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 278 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: lambda
on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
deploy:
Expand All @@ -23,6 +25,7 @@ jobs:
run: cargo lambda build --release

- name: Deploy lambda
if: github.event_name == 'push' # deploy only in main
run: cargo lambda deploy --enable-function-url link-for-later-lambda
env:
AWS_DEFAULT_REGION: ap-southeast-1
Expand Down
Loading

0 comments on commit 1013902

Please sign in to comment.