Skip to content

Commit

Permalink
Add aws-sdk
Browse files Browse the repository at this point in the history
Signed-off-by: csavulalfx <cavula@contractor.linuxfoundation.org>
  • Loading branch information
csavulalfx committed Mar 4, 2024
1 parent 690b9d5 commit c729f7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@types/jasmine": "~4.3.1",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^18.16.0",
"@typescript-eslint/eslint-plugin": "^8.57.0",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/eslint-plugin-tslint": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"codelyzer": "^6.0.2",
Expand Down
2 changes: 1 addition & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ package:

provider:
name: aws
runtime: nodejs14.x
runtime: nodejs16.x
stage: ${opt:stage}
region: us-east-1 # Region can't be configurable, lambda@edge is us-east-1 only.
deploymentBucket:
Expand Down

0 comments on commit c729f7f

Please sign in to comment.