aws-ddk
aws-ddk copied to clipboard
An open source development framework to help you build data workflows and modern data architecture on AWS.
**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...
### Describe the bug Getting following error  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....
**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:...
**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...
#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.*
**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**...
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...