We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 501c256 commit 5262557Copy full SHA for 5262557
appsync-notify-subscribers-of-database-updates/README.md
@@ -74,6 +74,15 @@ Important: this application uses various AWS services and there are costs associ
74
```
75
sam deploy -g --capabilities CAPABILITY_IAM
76
77
+13. During the prompts:
78
+ * Enter a stack name
79
+ * Select the desired AWS Region
80
+ * Enter a GraphQLApiEndpoint
81
+ * Enter an AppSyncApiKey
82
+ * Enter a GraphQLApiId
83
+ * Enter an OrdersEventBusName
84
+ * Enter an OrdersEventBusArn
85
+ * Allow SAM to create roles with the required permissions.
86
87
## Testing Part 1 - notify via HTTP Request
88
0 commit comments