Skip to content

Commit 421d966

Browse files
committed
chore(deps): update deps
1 parent ca37947 commit 421d966

File tree

3 files changed

+60
-50
lines changed

3 files changed

+60
-50
lines changed

samples/bedrock-agent/lib/bedrock-agent-stack.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ export class BedrockAgentStack extends cdk.Stack {
137137
reason: 'The Lambda function requires broad permissions for logging and invocation.',
138138
appliesTo: [
139139
'Action::lambda:InvokeFunction',
140-
'Action::logs:*'
140+
'Action::logs:*',
141+
'Action::bedrock:InvokeModel*'
141142
],
142143
},
143144
],

samples/bedrock-agent/package-lock.json

Lines changed: 54 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/bedrock-agent/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
"@types/jest": "^27.5.2",
1515
"@types/node": "10.17.27",
1616
"@types/prettier": "2.6.0",
17-
"aws-cdk": "2.178.2",
17+
"aws-cdk": "2.1007.0",
1818
"jest": "^27.5.1",
1919
"ts-jest": "^27.1.4",
2020
"ts-node": "^10.9.1",
2121
"typescript": "~3.9.7"
2222
},
2323
"dependencies": {
24-
"@aws-cdk/aws-lambda-python-alpha": "^2.177.0-alpha.0",
25-
"@cdklabs/generative-ai-cdk-constructs": "^0.1.292",
26-
"aws-cdk-lib": "^2.177.0",
24+
"@aws-cdk/aws-lambda-python-alpha": "^2.187.0-alpha.0",
25+
"@cdklabs/generative-ai-cdk-constructs": "^0.1.299",
26+
"aws-cdk-lib": "^2.187.0",
2727
"cdk-nag": "^2.28.13",
2828
"constructs": "^10.0.0",
2929
"source-map-support": "^0.5.21"

0 commit comments

Comments
 (0)