You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,21 +21,21 @@ Be sure to check out all that [AWS AppSync](https://aws.amazon.com/appsync) has
21
21
22
22
Install the plugin via [Yarn](https://yarnpkg.com/lang/en/docs/install/)
23
23
24
-
```
24
+
```bash
25
25
yarn add serverless-appsync-plugin --dev
26
26
```
27
27
28
28
or via [NPM](https://docs.npmjs.com/cli/install)
29
29
30
-
```
30
+
```bash
31
31
npm install serverless-appsync-plugin --save-dev
32
32
```
33
33
34
34
## Configuring the plugin
35
35
36
36
Add `serverless-appsync-plugin` to the plugins section of `serverless.yml`
37
37
38
-
```
38
+
```yaml
39
39
plugins:
40
40
- serverless-appsync-plugin
41
41
```
@@ -707,7 +707,7 @@ There are 2 ways to work with offline development for serverless appsync.
707
707
708
708
[serverless-appsync-simulator](https://github.com/bboure/serverless-appsync-simulator) is a wrapper of aws's [amplify-cli](https://github.com/aws-amplify/amplify-cli) for serverless and this plugin. Both are actively maintained.
[serverless-appsync-offline](https://github.com/aheissenberger/serverless-appsync-offline) is based on [AppSync Emulator](https://github.com/ConduitVC/aws-utils/tree/appsync/packages/appsync-emulator-serverless). Both these packages are currently unmaintained.
713
713
@@ -717,7 +717,7 @@ You can use [serverless-plugin-split-stacks](https://github.com/dougmoscrop/serv
0 commit comments