You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,9 +135,7 @@ let bedrock = try await BedrockService(
135
135
)
136
136
```
137
137
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
141
139
142
140
Use an API key for authentication. API keys are generated in the AWS console and provide a simpler authentication method for specific use cases.
143
141
@@ -148,6 +146,8 @@ let bedrock = try await BedrockService(
148
146
)
149
147
```
150
148
149
+
As usual, do not store or hardcode API Keys in yoru front end application.
150
+
151
151
### Static Credentials Authentication
152
152
153
153
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