We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8e6c12 commit c577da3Copy full SHA for c577da3
1 file changed
appsync-graphql-api/serverless.yml
@@ -18,6 +18,7 @@ resources:
18
KeySchema:
19
- AttributeName: id
20
KeyType: HASH
21
+ BillingMode: PAY_PER_REQUEST
22
RDSCluster:
23
Type: AWS::RDS::DBCluster
24
Properties:
@@ -83,7 +84,7 @@ custom:
83
84
stages:
85
- local
86
endpoints:
- AppSync: http://localhost:4605
87
+ AppSync: http://localhost:4566
88
89
plugins:
90
- serverless-localstack
0 commit comments