Skip to content

Commit 7a8d75a

Browse files
authored
Update README.md (#32)
Enable API Keys authentication + add warning
1 parent 20fb3b5 commit 7a8d75a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,7 @@ let bedrock = try await BedrockService(
135135
)
136136
```
137137

138-
### API Key Authentication (temporary unavailable)
139-
140-
This capability will be available when issue [#1979](https://github.com/awslabs/aws-sdk-swift/issues/1979) from the AWS SDK for Swift will be fixed or a workaround provided.
138+
### API Key Authentication
141139

142140
Use an API key for authentication. API keys are generated in the AWS console and provide a simpler authentication method for specific use cases.
143141

@@ -148,6 +146,8 @@ let bedrock = try await BedrockService(
148146
)
149147
```
150148

149+
As usual, do not store or hardcode API Keys in yoru front end application.
150+
151151
### Static Credentials Authentication
152152

153153
Use static AWS credentials directly. **This method is strongly discouraged for production use** and should only be used for testing and debugging purposes.

0 commit comments

Comments
 (0)