Skip to content

Commit fc433a7

Browse files
authored
feat: Update aws-python-sqs-worker (#728)
1 parent 407f6bc commit fc433a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws-python-sqs-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"author": "",
66
"license": "MIT",
77
"devDependencies": {
8-
"serverless-lift": "^1.1.2"
8+
"serverless-lift": "^1.21.0"
99
}
1010
}

aws-python-sqs-worker/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ frameworkVersion: '3'
33

44
provider:
55
name: aws
6-
runtime: python3.8
6+
runtime: python3.9
77

88
constructs:
99
jobs:

0 commit comments

Comments
 (0)