Skip to content

Commit b05827c

Browse files
author
Daniel Lorch
committed
chore: fix samconfig.toml
1 parent 0835cdc commit b05827c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
version = 0.1
22

33
[default.deploy.parameters]
4-
stack_name = "GENAIIDP-dynamic-few-shot-stack"
4+
stack_name = "IDP-dynamic-few-shot"
55
resolve_s3 = true
6-
s3_prefix = "GENAIIDP-dynamic-few-shot-stack"
6+
s3_prefix = "IDP-dynamic-few-shot"
77
region = "us-east-1"
88
capabilities = "CAPABILITY_IAM"
99
disable_rollback = true
10-
parameter_overrides = "PermissionsBoundaryArn=\"\" VectorBucketName=\"genaiidp-dynamic-few-shot\" VectorIndexName=\"documents\" VectorDimensions=\"3072\" ModelId=\"amazon.nova-2-multimodal-embeddings-v1:0\" TopK=\"2\" LambdaFunctionName=\"GENAIIDP-dynamic-few-shot\""
1110
image_repositories = []

0 commit comments

Comments
 (0)