Skip to content

Commit 25a6216

Browse files
authored
Merge branch 'main' into main
2 parents 2e2df7b + ef85425 commit 25a6216

File tree

3 files changed

+31
-31
lines changed

3 files changed

+31
-31
lines changed

.header.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This module simplifies the process of:
4343
```hcl
4444
module "agentcore" {
4545
source = "aws-ia/agentcore/aws"
46-
version = "0.0.2"
46+
version = "0.0.3"
4747
4848
# Enable Agent Core Runtime
4949
create_runtime = true
@@ -68,7 +68,7 @@ module "agentcore" {
6868
```hcl
6969
module "agentcore" {
7070
source = "aws-ia/agentcore/aws"
71-
version = "0.0.2"
71+
version = "0.0.3"
7272
7373
# Enable Agent Core Runtime
7474
create_runtime = true
@@ -94,7 +94,7 @@ module "agentcore" {
9494
```hcl
9595
module "agentcore" {
9696
source = "aws-ia/agentcore/aws"
97-
version = "0.0.2"
97+
version = "0.0.3"
9898
9999
# Enable Agent Core Runtime with custom IAM role
100100
create_runtime = true
@@ -115,7 +115,7 @@ Create and configure an MCP gateway:
115115
```hcl
116116
module "agentcore" {
117117
source = "aws-ia/agentcore/aws"
118-
version = "0.0.2"
118+
version = "0.0.3"
119119
120120
# Enable Agent Core Gateway
121121
create_gateway = true
@@ -157,7 +157,7 @@ The module can automatically create a Cognito User Pool to handle JWT authentica
157157
```hcl
158158
module "agentcore" {
159159
source = "aws-ia/agentcore/aws"
160-
version = "0.0.2"
160+
version = "0.0.3"
161161
162162
# Enable Agent Core Gateway
163163
create_gateway = true
@@ -195,7 +195,7 @@ Below you can find how to configure a simple short-term memory (STM) with no lon
195195
```hcl
196196
module "agentcore" {
197197
source = "aws-ia/agentcore/aws"
198-
version = "0.0.2"
198+
version = "0.0.3"
199199
200200
# Create a basic memory with default settings, no LTM strategies
201201
create_memory = true
@@ -216,7 +216,7 @@ resource "aws_kms_key" "memory_encryption_key" {
216216
217217
module "agentcore" {
218218
source = "aws-ia/agentcore/aws"
219-
version = "0.0.2"
219+
version = "0.0.3"
220220
221221
# Create memory with custom encryption
222222
create_memory = true
@@ -257,7 +257,7 @@ Captures individual preferences, interaction patterns, and personalized settings
257257
```hcl
258258
module "agentcore" {
259259
source = "aws-ia/agentcore/aws"
260-
version = "0.0.2"
260+
version = "0.0.3"
261261
262262
# Create memory with built-in strategies
263263
create_memory = true
@@ -345,7 +345,7 @@ You can customize the namespace (where the memories are stored) by configuring t
345345
```hcl
346346
module "agentcore" {
347347
source = "aws-ia/agentcore/aws"
348-
version = "0.0.2"
348+
version = "0.0.3"
349349
350350
# Enable Agent Core Memory
351351
create_memory = true
@@ -449,7 +449,7 @@ The Browser construct supports the following network modes:
449449
```hcl
450450
module "agentcore" {
451451
source = "aws-ia/agentcore/aws"
452-
version = "0.0.2"
452+
version = "0.0.3"
453453
454454
# Enable Agent Core Browser Custom
455455
create_browser = true
@@ -484,7 +484,7 @@ The Amazon Bedrock AgentCore Gateway Target enables you to define the endpoints
484484
```hcl
485485
module "agentcore" {
486486
source = "aws-ia/agentcore/aws"
487-
version = "0.0.2"
487+
version = "0.0.3"
488488
489489
# First, create a gateway
490490
create_gateway = true
@@ -554,7 +554,7 @@ module "agentcore" {
554554
```hcl
555555
module "agentcore" {
556556
source = "aws-ia/agentcore/aws"
557-
version = "0.0.2"
557+
version = "0.0.3"
558558
559559
# Create a gateway target with API Key authentication
560560
create_gateway_target = true
@@ -592,7 +592,7 @@ module "agentcore" {
592592
```hcl
593593
module "agentcore" {
594594
source = "aws-ia/agentcore/aws"
595-
version = "0.0.2"
595+
version = "0.0.3"
596596
597597
# Create a gateway target for an MCP server
598598
create_gateway_target = true
@@ -613,7 +613,7 @@ The Amazon Bedrock AgentCore Workload Identity enables you to manage identity co
613613
```hcl
614614
module "agentcore" {
615615
source = "aws-ia/agentcore/aws"
616-
version = "0.0.2"
616+
version = "0.0.3"
617617
618618
# Enable Workload Identity
619619
create_workload_identity = true
@@ -661,7 +661,7 @@ The Code Interpreter construct supports the following network modes:
661661
```hcl
662662
module "agentcore" {
663663
source = "aws-ia/agentcore/aws"
664-
version = "0.0.2"
664+
version = "0.0.3"
665665
666666
# Enable Agent Core Code Interpreter Custom
667667
create_code_interpreter = true

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This module simplifies the process of:
4444
```hcl
4545
module "agentcore" {
4646
source = "aws-ia/agentcore/aws"
47-
version = "0.0.2"
47+
version = "0.0.3"
4848
4949
# Enable Agent Core Runtime
5050
create_runtime = true
@@ -69,7 +69,7 @@ module "agentcore" {
6969
```hcl
7070
module "agentcore" {
7171
source = "aws-ia/agentcore/aws"
72-
version = "0.0.2"
72+
version = "0.0.3"
7373
7474
# Enable Agent Core Runtime
7575
create_runtime = true
@@ -95,7 +95,7 @@ module "agentcore" {
9595
```hcl
9696
module "agentcore" {
9797
source = "aws-ia/agentcore/aws"
98-
version = "0.0.2"
98+
version = "0.0.3"
9999
100100
# Enable Agent Core Runtime with custom IAM role
101101
create_runtime = true
@@ -116,7 +116,7 @@ Create and configure an MCP gateway:
116116
```hcl
117117
module "agentcore" {
118118
source = "aws-ia/agentcore/aws"
119-
version = "0.0.2"
119+
version = "0.0.3"
120120
121121
# Enable Agent Core Gateway
122122
create_gateway = true
@@ -158,7 +158,7 @@ The module can automatically create a Cognito User Pool to handle JWT authentica
158158
```hcl
159159
module "agentcore" {
160160
source = "aws-ia/agentcore/aws"
161-
version = "0.0.2"
161+
version = "0.0.3"
162162
163163
# Enable Agent Core Gateway
164164
create_gateway = true
@@ -196,7 +196,7 @@ Below you can find how to configure a simple short-term memory (STM) with no lon
196196
```hcl
197197
module "agentcore" {
198198
source = "aws-ia/agentcore/aws"
199-
version = "0.0.2"
199+
version = "0.0.3"
200200
201201
# Create a basic memory with default settings, no LTM strategies
202202
create_memory = true
@@ -217,7 +217,7 @@ resource "aws_kms_key" "memory_encryption_key" {
217217
218218
module "agentcore" {
219219
source = "aws-ia/agentcore/aws"
220-
version = "0.0.2"
220+
version = "0.0.3"
221221
222222
# Create memory with custom encryption
223223
create_memory = true
@@ -258,7 +258,7 @@ Captures individual preferences, interaction patterns, and personalized settings
258258
```hcl
259259
module "agentcore" {
260260
source = "aws-ia/agentcore/aws"
261-
version = "0.0.2"
261+
version = "0.0.3"
262262
263263
# Create memory with built-in strategies
264264
create_memory = true
@@ -346,7 +346,7 @@ You can customize the namespace (where the memories are stored) by configuring t
346346
```hcl
347347
module "agentcore" {
348348
source = "aws-ia/agentcore/aws"
349-
version = "0.0.2"
349+
version = "0.0.3"
350350
351351
# Enable Agent Core Memory
352352
create_memory = true
@@ -450,7 +450,7 @@ The Browser construct supports the following network modes:
450450
```hcl
451451
module "agentcore" {
452452
source = "aws-ia/agentcore/aws"
453-
version = "0.0.2"
453+
version = "0.0.3"
454454
455455
# Enable Agent Core Browser Custom
456456
create_browser = true
@@ -485,7 +485,7 @@ The Amazon Bedrock AgentCore Gateway Target enables you to define the endpoints
485485
```hcl
486486
module "agentcore" {
487487
source = "aws-ia/agentcore/aws"
488-
version = "0.0.2"
488+
version = "0.0.3"
489489
490490
# First, create a gateway
491491
create_gateway = true
@@ -555,7 +555,7 @@ module "agentcore" {
555555
```hcl
556556
module "agentcore" {
557557
source = "aws-ia/agentcore/aws"
558-
version = "0.0.2"
558+
version = "0.0.3"
559559
560560
# Create a gateway target with API Key authentication
561561
create_gateway_target = true
@@ -593,7 +593,7 @@ module "agentcore" {
593593
```hcl
594594
module "agentcore" {
595595
source = "aws-ia/agentcore/aws"
596-
version = "0.0.2"
596+
version = "0.0.3"
597597
598598
# Create a gateway target for an MCP server
599599
create_gateway_target = true
@@ -614,7 +614,7 @@ The Amazon Bedrock AgentCore Workload Identity enables you to manage identity co
614614
```hcl
615615
module "agentcore" {
616616
source = "aws-ia/agentcore/aws"
617-
version = "0.0.2"
617+
version = "0.0.3"
618618
619619
# Enable Workload Identity
620620
create_workload_identity = true
@@ -662,7 +662,7 @@ The Code Interpreter construct supports the following network modes:
662662
```hcl
663663
module "agentcore" {
664664
source = "aws-ia/agentcore/aws"
665-
version = "0.0.2"
665+
version = "0.0.3"
666666
667667
# Enable Agent Core Code Interpreter Custom
668668
create_code_interpreter = true

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.0.2
1+
v0.0.3

0 commit comments

Comments
 (0)