Skip to content

Commit d250317

Browse files
committed
Try changing the version
1 parent c56d9ed commit d250317

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

serverless.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
service: FCC DynamoDB CRUD API
22

3+
frameworkVersion: "2"
4+
35
provider:
46
name: aws
57
runtime: node.js14.x
6-
stage: 'dev'
8+
stage: dev
79
region: us-east-1
810
environments:
911
DYNAMODB_STUDENT_TABLE_NAME: ${self:custom.studentTableName}

0 commit comments

Comments
 (0)