Skip to content

Commit

Permalink
enable function url
Browse files Browse the repository at this point in the history
  • Loading branch information
kentSarmiento committed Dec 19, 2023
1 parent ff63e1c commit d2a8ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: cargo lambda build --release

- name: Deploy lambda
run: cargo lambda deploy link-for-later-lambda
run: cargo lambda deploy --enable-function-url link-for-later-lambda
env:
AWS_DEFAULT_REGION: ap-southeast-1
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit d2a8ea4

Please sign in to comment.