@jaypie/constructs 1.2.57 → 1.2.58

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.
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # Jaypie Constructs 🐦‍⬛
2
+
3
+ CDK constructs for Jaypie applications.
4
+
5
+ See [jaypie.net](https://jaypie.net) for documentation.
6
+
7
+ ## 📜 License
8
+
9
+ [MIT License](./LICENSE.txt). Published by Finlayson Studio.
@@ -4204,6 +4204,9 @@ class JaypieSsoPermissions extends constructs.Construct {
4204
4204
  {
4205
4205
  Effect: "Allow",
4206
4206
  Action: [
4207
+ "bedrock-agent:*",
4208
+ "bedrock-agentcore:*",
4209
+ "bedrock:*",
4207
4210
  "budgets:*",
4208
4211
  "ce:*",
4209
4212
  "cloudformation:*",