Skip to content

Commit ebddaa2

Browse files
committed
refine readme
1 parent dc792f0 commit ebddaa2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/extension-driver-redshift/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ reference: https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-redshif
1919
redshift: '@vulcan-sql/extension-driver-redshift'
2020
```
2121
22-
3. Create a new profile in `profiles.yaml` or in your profiles' paths.
22+
3. Create a new profile in `profiles.yaml` or in your profiles' paths. For example if you are using Redshift Serverless:
2323

2424
```yaml
2525
- name: redshift # profile name
@@ -29,11 +29,11 @@ reference: https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-redshif
2929
# please see the type definition of RedshiftDataClientConfig
3030
# https://github.com/aws/aws-sdk-js-v3/blob/29056f4ca545f7e5cf951b915bb52178305fc305/clients/client-redshift-data/src/RedshiftDataClient.ts#L253C18-L253C42
3131
credentials:
32-
accessKeyId: <REDSHIFT_ACCESS_KEY_ID>
33-
secretAccessKey: <REDSHIFT_SECRET_ACCESS_KEY>
32+
accessKeyId: <AWS_ACCESS_KEY_ID>
33+
secretAccessKey: <AWS_SECRET_ACCESS_KEY>
3434
# please see the type definition of ExecuteStatementCommandInput(omit Sql and Parameters)
3535
# https://github.com/aws/aws-sdk-js-v3/blob/29056f4ca545f7e5cf951b915bb52178305fc305/clients/client-redshift-data/src/models/models_0.ts#L805C18-L805C39
36-
Database: <REDSHIFT_DATABASE>
36+
Database: <AWS_REDSHIFT_DATABASE>
3737
WorkgroupName: <AWS_REDSHIFT_WORKGROUP_NAME>
3838
```
3939

0 commit comments

Comments
 (0)