Skip to content

Commit 4df6805

Browse files
committed
Added Data API
1 parent 65afdd3 commit 4df6805

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ This checklist aims to be an exhaustive list of all elements you should consider
1212
- [Performance](#performance)
1313
- [Security](#security)
1414
- [Monitoring](#monitoring)
15+
- [Consumption](#consumption)
1516
- [Cluster](#cluster)
1617
- [Contributing](#contributing)
1718

@@ -274,11 +275,21 @@ This GitHub project provides an advance monitoring system for Amazon Redshift th
274275

275276
- :wrench: [Redshift Advance Monitoring](https://github.com/awslabs/amazon-redshift-monitoring)
276277

278+
### Consumption
279+
280+
#### :yellow_circle: :new: Use Data API
281+
282+
Using this API, you can access Amazon Redshift data with web services–based applications, including AWS Lambda, AWS AppSync, Amazon SageMaker notebooks, and AWS Cloud9.
283+
284+
- :book: [Announcing Data API for Amazon Redshift
285+
](https://aws.amazon.com/about-aws/whats-new/2020/09/announcing-data-api-for-amazon-redshift/)
286+
- :book: [Using the Amazon Redshift Data API](https://docs.aws.amazon.com/redshift/latest/mgmt/data-api.html)
287+
277288
### Cluster
278289

279290
#### :red_circle: Increase automated snapshot retention
280291

281-
The default retention period of 1 day can catch organisations out in case of disaster recovery or rollback. Consider changing to 35 days.
292+
The default retention period of 1 day can catch organisations out in case of disaster recovery or rollback. Consider changing to 35 days. You can use the HTTP endpoint to run SQL statements without managing connections. Calls to the Data API are asynchronous.
282293

283294
- :book: [ModifySnapshotCopyRetentionPeriod](https://docs.aws.amazon.com/redshift/latest/APIReference/API_ModifySnapshotCopyRetentionPeriod.html)
284295

0 commit comments

Comments
 (0)