Skip to content

Commit

Permalink
rename state machine
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbalcaen committed Apr 30, 2024
1 parent 5be62ba commit 4e3c1b7
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 6 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,6 @@
"Parameters": {
"FunctionName": "arn:aws:lambda:us-east-1:446872271111:function:levio-esta-bedrock-invoker:$LATEST",
"Payload": {
"bedrock_params": {
"master": "Bla",
"model_name": "anthropic.claude-3-sonnet-20240229-v1:0"
},
"system_prompt.$": "$.system_prompt",
"prompt.$": "$.prompt.prompt",
"s3_arn.$": "$.s3_arn"
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions terraform/modules.tf
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ module "step_function_invoker" {
state_machine_arn = module.email_formfiller_state_machine.state_machine_arn
}

module "email_formfiller_state_machine" {
source = "../state_machines/email_form_fill"
module "rfp_email_formfiller_state_machine" {
source = "../state_machines/rfp_email_form_fill"
attachment_saver_lambda_name = module.email_attachment_saver.lambda_function_name
workspace_bucket_name = module.s3_bucket.s3_bucket_id
}
Expand Down

0 comments on commit 4e3c1b7

Please sign in to comment.