Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,7 @@ let bedrock = try await BedrockService(
)
```

### API Key Authentication (temporary unavailable)

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.
### API Key Authentication

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

Expand All @@ -148,6 +146,8 @@ let bedrock = try await BedrockService(
)
```

As usual, do not store or hardcode API Keys in yoru front end application.

### Static Credentials Authentication

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