wirejs-deploy-amplify-basic 0.1.141-llm → 0.1.142-llm
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.
|
@@ -216,12 +216,9 @@ apiUrl.grantInvokeUrl(new AnyPrincipal());
|
|
|
216
216
|
backend.api.resources.lambda.addToRolePolicy(new PolicyStatement({
|
|
217
217
|
actions: [
|
|
218
218
|
'bedrock:InvokeModel',
|
|
219
|
-
'bedrock:InvokeModelWithResponseStream'
|
|
219
|
+
'bedrock:InvokeModelWithResponseStream',
|
|
220
220
|
],
|
|
221
|
-
resources: [
|
|
222
|
-
'arn:aws:bedrock:*::foundation-model/*',
|
|
223
|
-
'arn:aws:bedrock:*:*:custom-model/*'
|
|
224
|
-
]
|
|
221
|
+
resources: [ 'arn:aws:bedrock:*' ]
|
|
225
222
|
}));
|
|
226
223
|
|
|
227
224
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wirejs-deploy-amplify-basic",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.142-llm",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"recursive-copy": "^2.0.14",
|
|
45
45
|
"rimraf": "^6.0.1",
|
|
46
46
|
"wirejs-dom": "^1.0.42",
|
|
47
|
-
"wirejs-resources": "^0.1.
|
|
47
|
+
"wirejs-resources": "^0.1.142-llm"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@aws-amplify/backend": "^1.14.0",
|