aws-samples / aws-samples/amazon-redshift-udfs
Support non-Commercial partitions
- Dominant language
- PLpgSQL
- Stars
- 244
- Forks
- 72
- PR merge metrics
- No merged PRs in 30d
Description
Some code in the repository explicitly references the "aws" partition - this limits functionality for non-commercial partitions like GovCloud.
https://github.com/aws-samples/amazon-redshift-udfs/blob/b37a90ab9a708a8afbf40488847e8cc2f71a3aa6/stored-procedures/sp_cdc_DynamoDB_to_Redshift/sp_cdc_DynamoDB_to_Redshift.sql#L14
Contributor guide
Research direction
Start with stored-procedures/sp_cdc_DynamoDB_to_Redshift/sp_cdc_DynamoDB_to_Redshift.sql at the linked line, and inspect how the explicit "aws" partition reference limits non-commercial partitions. Done means the procedure no longer assumes only the commercial partition and supports the stated GovCloud use case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, sql
- Domain
- cloud, databases
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100