Skip to content

Commit 3ee741d

Browse files
committed
Update for V1.0.0
1 parent d701dc3 commit 3ee741d

File tree

5 files changed

+307
-4230
lines changed

5 files changed

+307
-4230
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,17 @@ Your app can then be accessed via the CloudFront distribution created as a part
3535
## Static Assets and precompiled pages
3636
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 to redirect traffic to the S3 Bucket.
3737

38+
## Infrastructure Diagram
39+
![Infra](https://github.com/yarbsemaj/sveltekit-adapter-lambda/blob/master/docs/assets/diagram.png?raw=true)
40+
41+
3842
## Help! I'm getting an error while building or serving my app.
39-
As SvelteKit is still in early development, there are often breaking changes made to the adapter API and other associated functions. If this is the case, please raise an issue on [Github](https://github.com/yarbsemaj/sveltekit-adapter-lambda/issues), and I will be happy to issue a fix.
43+
Please raise an issue on [Github](https://github.com/yarbsemaj/sveltekit-adapter-lambda/issues), and I will be happy to issue a fix.
4044

4145
## Versions
4246
| Adapter Version| Sveltekit Version |
4347
| ---------------| ----------------- |
48+
| 1.x.x | 1.0.0 (Official) |
4449
| 0.12.x | 1.0.0-next.433 |
4550
| 0.11.x | 1.0.0-next.401 |
4651
| 0.10.x | 1.0.0-next.380 |

docs/assets/diagram.png

36.1 KB
Loading

0 commit comments

Comments
 (0)