-
Notifications
You must be signed in to change notification settings - Fork 0
AWS Integration
Garot Conklin edited this page Apr 29, 2025
·
1 revision
- AWS Lambda
- Amazon Bedrock
- CloudWatch
- EventBridge
- DynamoDB
- Systems Manager
- Amazon Q (future)
- AWS Config
- AWS Organizations
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"bedrock:InvokeModel",
"lambda:InvokeFunction",
"cloudwatch:PutMetricData"
],
"Resource": "*"
}
]
}
- Private subnets
- VPC endpoints
- Security groups
- Lambda concurrency limits
- Bedrock usage monitoring
- CloudWatch retention periods
Report Bug | Request Feature | Documentation | Contributing Guidelines
© 2025 fleXRPL. All Rights Reserved.