Skip to content

Commit bd23630

Browse files
author
JackColquitt
committed
Another Bedrock envvar fix
1 parent 527c451 commit bd23630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simple-editor/deployment/DeploymentModelCompose.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const getInstructions = (model : string) => {
3939
<DeploymentEnvVars
4040
variables={[
4141
{
42-
name: "AWS_ID_KEY",
42+
name: "AWS_ACCESS_KEY_ID",
4343
value: "ID-KEY-HERE"
4444
},
4545
{

0 commit comments

Comments
 (0)