Skip to content

Commit 8034431

Browse files
author
Andrea Scuderi
committed
Fix Makefile
1 parent 45957ef commit 8034431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ local_setup_dynamo_db:
2525
--table-name Breeze \
2626
--attribute-definitions AttributeName=itemKey,AttributeType=S \
2727
--key-schema AttributeName=itemKey,KeyType=HASH \
28-
--billing-mode PAY_PER_REQUEST
28+
--billing-mode PAY_PER_REQUEST \
2929
--region us-east-1
3030

3131
local_invoke_demo_app:

0 commit comments

Comments
 (0)