Skip to content

Commit 140248d

Browse files
update the version of Serverless Framework
The current version of Serverless Framework is 2.1.1 and the specified is 2.0.0. Due to this it will raise you the following error: The Serverless version (2.1.1) does not satisfy the "frameworkVersion" (>=1.1.0 <2.0.0) in serverless.yml
1 parent 9eef07b commit 140248d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-python-rest-api-with-dynamodb/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
service: serverless-rest-api-with-dynamodb
22

3-
frameworkVersion: ">=1.1.0 <2.0.0"
3+
frameworkVersion: ">=1.1.0 <=2.1.1"
44

55
provider:
66
name: aws

0 commit comments

Comments
 (0)