aws-ddk icon indicating copy to clipboard operation
aws-ddk copied to clipboard

An open source development framework to help you build data workflows and modern data architecture on AWS.

Results 34 aws-ddk issues
Sort by recently updated
recently updated
newest added

**Is your idea related to a problem? Please describe.** It would be great if DDK could also help with setting up a data lake using LakeFormation. Currently we are stuck...

enhancement
backlog

### Describe the bug Getting following error ![image](https://user-images.githubusercontent.com/90688777/174240812-38aef785-d09c-4634-b7cb-921582e63bec.png) Code snippet: GlueFactory.job( scope=self, id="", environment_id=environment_id, security_configuration = None, executable=JobExecutable.of( glue_version=GlueVersion.V3_0, language=JobLanguage.PYTHON, script=Code.from_asset(""), type=JobType.ETL, ), ) ### How to Reproduce ``` *P.S....

bug
needs-triage

**Describe the solution you'd like** Documentation should include a dedicated page on how to evaluate infrastructure created by the DDK for compliance standard (PCI, HIPAA, CIS, etc). Reccommendations may include:...

documentation
backlog

**Describe the solution you'd like** I'd like to be able to refer to VPC by name, not only an id when using config *P.S. Don't attach files. Please, prefer add...

enhancement
core
effort/small
backlog

#140 will implement `BaseStack` which can then be used instead of `Stack` in our typescript constructs. *P.S. Please Don't attach files. Add code snippets directly in the message body instead.*

typescript
backlog

**Is your idea related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd like**...

enhancement
core
backlog

Convert DMSS3ToS3 to TypeScript

typescript

Some common scenarios needs to wait for more than one file to go for the next step in the pipeline, common examples are joining different tables to enrich the data...

enhancement
core
feature-request
effort/medium
p1
backlog