@ruvyxa/adapter-aws 1.0.31 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +21 -4
  2. package/package.json +25 -6
package/README.md CHANGED
@@ -1,8 +1,25 @@
1
- # @ruvyxa/adapter-aws
1
+ <p align="center">
2
+ <a href="https://github.com/thirawat27/Ruvyxa">
3
+ <img src="https://raw.githubusercontent.com/thirawat27/Ruvyxa/main/assets/branding/ruvyxa.png" alt="Ruvyxa" width="140" height="140" />
4
+ </a>
5
+ </p>
2
6
 
3
- Full-stack AWS adapter targeting the official Amplify Hosting deployment specification. Amplify
4
- builds auto-select it through `AWS_APP_ID` and receive `.amplify-hosting/static`,
5
- `.amplify-hosting/compute/default`, and `deploy-manifest.json`.
7
+ <h1 align="center">@ruvyxa/adapter-aws</h1>
8
+
9
+ <p align="center">
10
+ Full-stack AWS adapter targeting the official Amplify Hosting deployment specification. Amplify<br/>
11
+ builds auto-select it through <code>AWS_APP_ID</code> and receive<br/>
12
+ <code>.amplify-hosting/static</code>, <code>.amplify-hosting/compute/default</code>, and<br/>
13
+ <code>deploy-manifest.json</code>.
14
+ </p>
15
+
16
+ <p align="center">
17
+ <a href="https://www.npmjs.com/package/@ruvyxa/adapter-aws"><img src="https://img.shields.io/npm/v/@ruvyxa/adapter-aws?style=flat-square" alt="npm version" /></a>
18
+ <a href="https://www.npmjs.com/package/@ruvyxa/adapter-aws"><img src="https://img.shields.io/node/v/@ruvyxa/adapter-aws?style=flat-square&label=node" alt="Supported Node version" /></a>
19
+ <img src="https://img.shields.io/badge/license-Apache%202.0-green?style=flat-square" alt="License" />
20
+ </p>
21
+
22
+ ---
6
23
 
7
24
  ```ts
8
25
  import { aws } from '@ruvyxa/adapter-aws'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ruvyxa/adapter-aws",
3
- "version": "1.0.31",
3
+ "version": "1.1.0",
4
4
  "description": "Deploy full-stack Ruvyxa applications to AWS Amplify Hosting with native static and Node compute deployment output.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -14,19 +14,38 @@
14
14
  "keywords": [
15
15
  "ruvyxa",
16
16
  "adapter",
17
+ "deploy",
18
+ "deployment",
19
+ "hosting",
20
+ "build",
17
21
  "aws",
22
+ "amazon-web-services",
18
23
  "amplify",
19
- "hosting"
24
+ "aws-amplify",
25
+ "amplify-hosting",
26
+ "cloud",
27
+ "cloud-hosting",
28
+ "serverless",
29
+ "compute",
30
+ "static-hosting",
31
+ "node",
32
+ "ssr",
33
+ "ssg",
34
+ "isr",
35
+ "static-assets",
36
+ "typescript",
37
+ "fullstack",
38
+ "framework"
20
39
  ],
21
40
  "repository": {
22
41
  "type": "git",
23
- "url": "git+https://github.com/thirawat27/ruvyxa.git",
42
+ "url": "git+https://github.com/thirawat27/Ruvyxa.git",
24
43
  "directory": "packages/@ruvyxa/adapter-aws"
25
44
  },
26
45
  "bugs": {
27
- "url": "https://github.com/thirawat27/ruvyxa/issues"
46
+ "url": "https://github.com/thirawat27/Ruvyxa/issues"
28
47
  },
29
- "homepage": "https://github.com/thirawat27/ruvyxa#readme",
48
+ "homepage": "https://github.com/thirawat27/Ruvyxa#readme",
30
49
  "engines": {
31
50
  "node": ">=24.19.0"
32
51
  },
@@ -40,7 +59,7 @@
40
59
  }
41
60
  },
42
61
  "dependencies": {
43
- "@ruvyxa/core": "^1.0.31"
62
+ "@ruvyxa/core": "^1.1.0"
44
63
  },
45
64
  "devDependencies": {
46
65
  "@types/node": "24.13.3"