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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,9 @@ const config = {
27
27
```
28
28
Copy `serverless.yml` from the root of this repo to the root of your project
29
29
30
-
After building your app run `sls deploy` to deploy code to AWS using build tool [serverless](https://www.serverless.com/).
30
+
After building your app run `sls deploy` to deploy code to AWS using the build tool [serverless](https://www.serverless.com/).
31
31
32
32
Your app can then be accessed via the CloudFront distribution created as aprt of the stack.
33
33
34
34
## Static Assets and precompiled pages
35
-
To server static assets and precompiled pages this adapter makes use of S3. In order to route traffic the correct destination a Lambda@edge fuction is used to perfrom a origin rewrite is used to redirect traffic to the S3 Bucket.
35
+
To server static assets and precompiled pages this adapter makes use of S3. In order to route traffic the correct destination a Lambda@edge fuction is used to perfrom a origin rewrite is used to redirect traffic to the S3 Bucket.
0 commit comments