Skip to content

Commit

Permalink
Update for 1.0.0-next.380
Browse files Browse the repository at this point in the history
  • Loading branch information
James Bray committed Jul 28, 2022
1 parent 0e2b082 commit c1f74e0
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 60 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const config = {

export default config;
```
Copy `serverless.yml` from the root of this repo to the root of your project, make sure to change the service name in `serverless.yml`.
Copy `serverless.yml` from the root of this repo to the root of your project, make sure to change the service name.

After building your app run `sls deploy` to deploy code to AWS using the build tool [serverless](https://www.serverless.com/).

Expand All @@ -41,6 +41,7 @@ As SvelteKit is still in early development, there are often breaking changes mad
## Versions
| Adapter Version| Sveltekit Version |
| ---------------| ----------------- |
| 0.10.x | 1.0.0-next.380 |
| 0.9.x | 1.0.0-next.348 |
| 0.6.x - 0.8.x | 1.0.0-next.301 |
| 0.5.x | 1.0.0-next.286 |
Expand Down
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ module.exports = function ({ out = 'build' } = {}) {

builder.log.minor('Copying assets');
builder.writeClient(static_directory);
builder.writeStatic(static_directory);


builder.log.minor('Copying server');
builder.writeServer(out);
Expand Down
118 changes: 62 additions & 56 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarbsemaj/adapter-lambda",
"version": "0.9.4",
"version": "0.10.0",
"license": "MIT",
"description": "An adapter for [SvelteKit](https://kit.svelte.dev/) for AWS Lambda via Lambda Proxy and API Gateway. [Serverless](https://www.serverless.com/) deployment.",
"repository": {
Expand Down

0 comments on commit c1f74e0

Please sign in to comment.