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.
2 parents 3a01dd2 + 85e2f39 commit 1485816Copy full SHA for 1485816
README.md
@@ -1,5 +1,5 @@
1
# Serverless Lambda Edge PreExisting CloudFront
2
-The Serverless Framework plugin which associates Lambda@Edge against pre-existing CloudFront distribution.
+A Serverless Framework plugin which associates Lambda@Edge against pre-existing CloudFront distributions.
3
4
## Install
5
@@ -11,7 +11,7 @@ $ npm install --save-dev serverless-lambda-edge-pre-existing-cloudfront
11
12
## How it works
13
14
-Here is configuration in your serverless.yml
+Configure serverless.yml
15
16
```yaml
17
functions:
@@ -28,7 +28,7 @@ plugins:
28
- serverless-lambda-edge-pre-existing-cloudfront
29
```
30
31
-And run deploy
+Run deploy
32
33
$ serverless deploy
34
-```
+```
0 commit comments