Recent Releases of https://github.com/awslabs/aws-ddk
https://github.com/awslabs/aws-ddk - AWS DDK 1.4.1
Dependencies
- chore: upgrade aws-cdk-lib by @cyclich in https://github.com/awslabs/aws-ddk/pull/557
Packages ๐ณ๏ธ
Full Changelog: https://github.com/awslabs/aws-ddk/compare/v1.4.0...v1.4.1
- TypeScript
Published by kukushking over 1 year ago
https://github.com/awslabs/aws-ddk - AWS DDK 1.4.0
Fixes ๐
- feat: Adding clearer exception for invalid config by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/464
Dependencies
- chore: upgrade aws-cdk-lib by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/484
- chore: update semver vulnerability by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/461
Packages ๐ณ๏ธ
Full Changelog: https://github.com/awslabs/aws-ddk/compare/v1.3.1...v1.4.0
- TypeScript
Published by malachi-constant over 2 years ago
https://github.com/awslabs/aws-ddk - AWS DDK 1.3.1
Fixes ๐
- fix: Restrict MWAA Env to Two Subnets by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/456
Dependencies
- chore(deps-dev): bump @babel/traverse from 7.22.6 to 7.23.2 by @dependabot in https://github.com/awslabs/aws-ddk/pull/446
- chore: update dependencies by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/458
Packages ๐ณ๏ธ
Full Changelog: https://github.com/awslabs/aws-ddk/compare/v1.3.0...v1.3.1
- TypeScript
Published by malachi-constant over 2 years ago
https://github.com/awslabs/aws-ddk - AWS DDK 1.3.0
Features/Enhancements ๐
- feat: Allowing 'any' in configuration props by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/419
- feat(cicd): adding install commands by @Rizxcviii in https://github.com/awslabs/aws-ddk/pull/424
- feat: Update MWAATriggerDagsStage to pass json event to MWAA airflow dag by @devansh-gandhi in https://github.com/awslabs/aws-ddk/pull/430
Fixes
- fix: Making 'configPath' optional in interfaces by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/418
- fix: update Update MWAAEnviroment to create VPC and MWAAExecutionRole with resource prefix by @devansh-gandhi in https://github.com/awslabs/aws-ddk/pull/439
Packages ๐ณ๏ธ
New Contributors
- @Rizxcviii made their first contribution in https://github.com/awslabs/aws-ddk/pull/424
- @devansh-gandhi made their first contribution in https://github.com/awslabs/aws-ddk/pull/430
Full Changelog: https://github.com/awslabs/aws-ddk/compare/v1.2.0...v1.3.0
- TypeScript
Published by malachi-constant almost 3 years ago
https://github.com/awslabs/aws-ddk - AWS DDK 1.2.0
Features/Enhancements ๐
- feat: New Construct
EMRServerlessClusterby @malachi-constant in https://github.com/awslabs/aws-ddk/pull/387 - feat: EMR Serverless Stage by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/390
Packages ๐ณ๏ธ
Full Changelog: https://github.com/awslabs/aws-ddk/compare/v1.1.0...v1.2.0
- TypeScript
Published by malachi-constant almost 3 years ago
https://github.com/awslabs/aws-ddk - AWS DDK 1.1.0
Features/Enhancements ๐
- feat: Airflow Data Pipeline Construct by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/349
- feat: MWAA Stage by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/359
- feat: Update
StateMachineStageto usedefinitionBodyinstead of deprecateddefinitionby @malachi-constant in https://github.com/awslabs/aws-ddk/pull/372 - feat: make crawler optional in
GlueTransformStage()by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/378 - feat: adding
envto synth action props by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/379
Fixes ๐ ๏ธ
- chore: Security Remediation by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/364
- chore: Update integ-tests structure by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/339
- chore: upgrade deps for security fixes by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/380
Packages ๐ณ๏ธ
Full Changelog: https://github.com/awslabs/aws-ddk/compare/v1.0.1...v1.1.0
- TypeScript
Published by malachi-constant about 3 years ago
https://github.com/awslabs/aws-ddk - AWS DDK 1.0.1
1.0.1 (2023-06-13)
Fixes ๐ ๏ธ
- account/region determination in getStackSynthesizer (#347) (34dbe7e) by @malachi-constant
- Adding
cfnNagFailBuildparameter (#337) (a5c3264) by @malachi-constant - make 'configPath' optional (#343) (689c795) by @malachi-constant
- removing default environment id from get stack synthesizer method (#352) (0fe3827) by @malachi-constant
Packages ๐ณ๏ธ
- TypeScript
Published by malachi-constant about 3 years ago
https://github.com/awslabs/aws-ddk - AWS DDK 1.0.0
New functionality & Breaking Changes ๐
- Source code is now written in Typescript and uses JSII to package both python and typescript versions of the library. In the near future we will add support for all AWS CDK supported programming languages.
- A new optional config construct
Configurator()has been implemented to replace the requiredConfig()construct from earlier verisons. - The DDK CLI has been deprectated. Projects that were bootstrapped using
ddk bootstrapwill still be supported. - New stages have been added
See upgrade guide for specifics on breaking changes: Upgrade Guide
Tutorials
Features/Enhancements ๐
- Updating AthenaSQL stage to handle multiple queries (#317) (0259ace)
getEnvironment()(#307) (98bd743)- Add support for
RemovalPolicyin config (#306) (8799d19) - Add type interface for configuration (#308) (c5e6375)
CICDPipelineStack()updates (#283) (cca11f6)- Add data assertions for S3 -> SQS -> Lambda pipeline (#242) (57da74a)
- Add FirehoseToS3Stage and tests (#151) (03216e5)
- Add support for Python in JSII and upgrade CDK version (#148) (c6343fc)
- Adding core.cicd (#139) (9e5a22b)
- Adds
glueJobandcrawlerNametoGlueTransformstage properties (#266) (18ca06d) - appflow ingestion stage (#222) (3b659ea)
- appflow stage refactor (#230) (1c84169)
- athena sql stage (#145) (f2594e9)
- configuration by resource ids (#284) (6b0120f)
- ddk
configurator(#254) (9b7f48d), closes #247 - resource naming refactor (#233) (9d0d76f)
- Set up project metadata (#136) (3647747)
- sns to lambda stage (#252) (709df57)
- standardize defaults approach in ddk core (#258) (c2fa8ea)
- Support local package path install in CICD synth action pre-public release (#160) (0e01da8)
- Supporting minimal resource factories for
1.x.x(#290) (da9ee85) - syncing
GlueTransformStagetomain(#262) (8ce3623) - Typescript catchup -> 0.6.1 (#214) (a7bc0cc)
- Typescript conversion of
GlueTransformStage(#152) (041ad13)
Fixes ๐ ๏ธ
- athena integration test (#326) (bcb9940)
- Configurator missing legacy ddk bootstrap values (#319) (300f0fc)
- Beta Testing Fixes (#296) (e1db71c)
- cicd environment support (#280) (dbc8bfc)
- convert utility methods to
static(#269) (77fdf71) - Fix typescript s3 event pattern (#149) (fb33536)
- move
getEnvConfig()to static method (#270) (06d19e1) - Remove whitespace from glue job sec configuration Id (#275) (3fa0ecd)
- static method
Configurator.getEnvConfig()(#282) (b2dc1f7)
Documentation ๐
- Add documentation for the stages (#311) (2c8e3eb)
- Fix documentation structure & add docs for
BaseStackandCICDPipelineStack(#310) (11d5a1e)
Packages ๐ณ๏ธ
Tests ๐งช
New Contributors
- @malachi-constant
- @anmolsgandhi
- @kukushking
- @jaidisido
- @cnfait
- @LeonLuttenberger made their first contribution in https://github.com/awslabs/aws-ddk/pull/136
- @EgorDm made their first contribution in https://github.com/awslabs/aws-ddk/pull/279
Full Changelog: https://github.com/awslabs/aws-ddk/compare/0.6.2...v1.0.0
- TypeScript
Published by malachi-constant about 3 years ago
https://github.com/awslabs/aws-ddk - AWS DDK 1.0.0-rc.0
Features & Enhancements ๐
- feat: Add documentation for stages by @LeonLuttenberger in https://github.com/awslabs/aws-ddk/pull/311
- feat: Updating AthenaSQL stage to handle multiple queries by @anmolsgandhi in https://github.com/awslabs/aws-ddk/pull/317
- chore: Configurator refactor by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/315
- chore: Configurator: change return type of
getEnvironmenttocdk.Environmentby @malachi-constant in https://github.com/awslabs/aws-ddk/pull/318 - chore: Minor fixes to homepage by @LeonLuttenberger in https://github.com/awslabs/aws-ddk/pull/320
- chore: Fix IDs in custom stage tutorial by @LeonLuttenberger in https://github.com/awslabs/aws-ddk/pull/321
- chore: Clarify acronym in Private Artifactory docs page by @LeonLuttenberger in https://github.com/awslabs/aws-ddk/pull/322
- chore: Fix the code snippets for multi account deployments by @LeonLuttenberger in https://github.com/awslabs/aws-ddk/pull/323
- chore: Fix language tabs & config json in configurator how-to by @kukushking in https://github.com/awslabs/aws-ddk/pull/324
Bug Fixes ๐ชฒ
- fix: Fix documentation structure & add docs for
BaseStackandCICDPipelineStackby @LeonLuttenberger in https://github.com/awslabs/aws-ddk/pull/310 - fix: Configurator missing legacy ddk bootstrap values by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/319
- fix: athena integration test by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/326
Full Changelog: https://github.com/awslabs/aws-ddk/compare/v1.0.0-beta.1...v1.0.0-rc.0
Packages ๐ณ๏ธ
- TypeScript
Published by malachi-constant about 3 years ago
https://github.com/awslabs/aws-ddk - AWS DDK 1.0.0-beta.1
Features & Enhancements ๐
- feat:
getEnvironment()by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/307 - feat: Add support for
RemovalPolicyin config by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/306 - feat: Add type interface for configuration by @LeonLuttenberger in https://github.com/awslabs/aws-ddk/pull/308
Bug Fixes ๐ชฒ
- fix: Beta Testing Fixes by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/296
Full Changelog: https://github.com/awslabs/aws-ddk/compare/v1.0.0-beta.0...v1.0.0-beta.1
- TypeScript
Published by malachi-constant about 3 years ago
https://github.com/awslabs/aws-ddk - AWS DDK 1.0.0-beta.0
(Beta) Major Version Upgrade โ๏ธ
- The AWS DDK library is now written in typescript with JSII compatibility to support multiple CDK programming languages.
- Python ๐ & Typescript โ will be supported initially with more languages to come soon.
Features & Enhancements ๐
- feat: Set up project metadata by @LeonLuttenberger in https://github.com/awslabs/aws-ddk/pull/136
- feat: Created DataStage, DataPipeline and SQSToLambda constructs by @LeonLuttenberger in https://github.com/awslabs/aws-ddk/pull/138
- feat: Adding core.cicd by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/139
- feat: Implement S3EventStage in Typescript by @LeonLuttenberger in https://github.com/awslabs/aws-ddk/pull/143
- feat: Implement BaseStack in Typescript by @LeonLuttenberger in https://github.com/awslabs/aws-ddk/pull/146
- feat: athena sql stage by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/145
- feat: Add support for Python in JSII and upgrade CDK version by @LeonLuttenberger in https://github.com/awslabs/aws-ddk/pull/148
- feat: Revert "Implement BaseStack in Typescript (#146)" by @LeonLuttenberger in https://github.com/awslabs/aws-ddk/pull/153
- feat: Typescript conversion of
GlueTransformStageby @kukushking in https://github.com/awslabs/aws-ddk/pull/152 - feat: Add FirehoseToS3Stage and tests by @jaidisido in https://github.com/awslabs/aws-ddk/pull/151
- feat: Support local package path install in CICD synth action pre-public release by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/160
- feat: Typescript catchup -> 0.6.1 by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/214
- feat: Change GlueTransformStage to support creating job and crawler by @LeonLuttenberger in https://github.com/awslabs/aws-ddk/pull/217
- feat: appflow ingestion stage by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/222
- feat:
DataBrewTranformStageby @malachi-constant in https://github.com/awslabs/aws-ddk/pull/224 - feat: Add
schedulesupport toDataPipeline.add_stage()by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/226 - feat: Replace CustomTask with CallAwsService in GlueTransform stage by @LeonLuttenberger in https://github.com/awslabs/aws-ddk/pull/229
- feat: appflow stage refactor by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/230
- feat: resource naming refactor by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/233
- feat: Integration Testing by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/235
- feat: Integration Tests: Additional Coverage by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/238
- feat: Add data assertions for S3 -> SQS -> Lambda pipeline by @LeonLuttenberger in https://github.com/awslabs/aws-ddk/pull/242
- feat: ddk
configuratorby @malachi-constant in https://github.com/awslabs/aws-ddk/pull/254 - feat: syncing
GlueTransformStagetomainby @malachi-constant in https://github.com/awslabs/aws-ddk/pull/262 - feat: syncing
AthenaSqlStagetomainby @malachi-constant in https://github.com/awslabs/aws-ddk/pull/264 - feat: standardize defaults approach in ddk core by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/258
- feat: Adds
glueJobandcrawlerNametoGlueTransformstage properties by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/266 - feat: configuration by resource ids by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/284
- feat:
CICDPipelineStack()updates by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/283 - feat: New Stage: Redshift Data API by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/285
- feat: Supporting minimal resource factories for
1.x.xby @malachi-constant in https://github.com/awslabs/ - feat: sns to lambda stage by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/252
Fixes & Refactoring ๐ซ
- fix: Fix typescript s3 event pattern by @kukushking in https://github.com/awslabs/aws-ddk/pull/149
- chore: Setting up Prettier code formatting by @LeonLuttenberger in https://github.com/awslabs/aws-ddk/pull/154
- fix: CICD: Presynth install commands -> optional by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/162
- chore: Refactor creation of state machine by @LeonLuttenberger in https://github.com/awslabs/aws-ddk/pull/221
- chore: Increase Coverage of tests by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/227
- chore: Add
CONTRIBUTING.mdby @malachi-constant in https://github.com/awslabs/aws-ddk/pull/228 - chore: Integration fix s3 removal policy by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/260
- fix: moving appflow stage lambda code inline by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/268
- fix: convert utility methods to
staticby @malachi-constant in https://github.com/awslabs/aws-ddk/pull/269 - fix: move
getEnvConfig()to static method by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/270 - fix:
getConfigAttributecondition by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/273 - fix: Remove whitespace from glue job sec configuration Id by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/275
- fix: Change default for
state_machine_inputto undefined by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/276 - fix: cicd environment support by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/280
- fix: static method
Configurator.getEnvConfig()by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/282 - chore:
Configurator()resource id refactor by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/286 aws-ddk/pull/290 - chore: dependency upgrade by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/292
- chore: release
1.0.0 beta.0by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/293
New Contributors ๐ฑ
- @LeonLuttenberger made their first contribution in https://github.com/awslabs/aws-ddk/pull/136
Full Changelog: https://github.com/awslabs/aws-ddk/commits/v1.0.0-beta.0
- TypeScript
Published by malachi-constant over 3 years ago
https://github.com/awslabs/aws-ddk - AWS DDK 0.6.2
๐ Enhancements / Bug Fixes
Core:
- Enhancing AthenaSQLStage to handle both static and dynamic SQL Queries by @anmolsgandhi in https://github.com/awslabs/aws-ddk/pull/204
- Enhancement: adding
queue_propstoSqsToLambdaby @malachi-constant in https://github.com/awslabs/aws-ddk/pull/207 - Enhancement: adding
rule_nameparameter toDataPipeline.add_stage()by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/209 - Enhancing GlueTransform Stage for Stepfunction Crawler Task Retry by @anmolsgandhi in https://github.com/awslabs/aws-ddk/pull/208
- Enhancment: Adding additonal sfn props support to
StateMachineStageby @malachi-constant in https://github.com/awslabs/aws-ddk/pull/210 - Fix bug for contextlayer undefined and changing regionname derived from boto3 session by @anmolsgandhi in https://github.com/awslabs/aws-ddk/pull/211
- Enhancement: Allowing alarms to be disabled in stages by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/205
๐ Thanks
We thank the following contributors/users for their work on this release: @anmolsgandhi , @malachi-constant
Full Changelog: https://github.com/awslabs/aws-ddk/compare/0.6.1...0.6.2
- TypeScript
Published by malachi-constant over 3 years ago
https://github.com/awslabs/aws-ddk - AWS DDK 0.6.1
๐ Enhancements / Dependency Upgrades
Core:
- Enhancement: Support additional pipeline attributes in
CICDPipelineStackconstruct by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/184 - Enhancement:
SqsToLambdaStageAdding support for fifo event target by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/185 - Enhancement: SDK for pandas layer lookup utility by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/186
- Dependencies: CDK Library Upgrade -> 2.54 by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/190
๐ Thanks
We thank the following contributors/users for their work on this release:
@kukushking, @malachi-constant
Full Changelog: https://github.com/awslabs/aws-ddk/compare/0.6.0...0.6.1
- TypeScript
Published by malachi-constant over 3 years ago
https://github.com/awslabs/aws-ddk - AWS DDK 0.6.0
๐ Features // ๐ Enhancements // ๐ชฒ Bug fixes
CLI:
- add
stacksargument for 'ddk deploy' by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/129 - bug fix: windows
ddk deployIssue by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/180 #### Core: - support
pipeline_nameparameter in CICDPipeline Construct by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/161 - bug fix: GlueTransformStage does not pass crawler name in to SFN by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/167
- additional resource level args in stages
SqsToLambdaStage&GlueTransformStageby @malachi-constant in https://github.com/awslabs/aws-ddk/pull/170 - support Multiple S3 Prefixes in S3 Event Stage by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/171
- support Multiple Buckets by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/173
- bug fix: set the required Glue crawler permissions in
GlueTransformStageby @malachi-constant in https://github.com/awslabs/aws-ddk/pull/172 - add
add_wavesupport toCICDPipelineStackconstruct by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/176 - add
max_batching_windowtoSqsToLambdaStage by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/179
Full Changelog: https://github.com/awslabs/aws-ddk/compare/0.5.1...0.6.0
- TypeScript
Published by malachi-constant over 3 years ago
https://github.com/awslabs/aws-ddk - AWS DDK 0.5.1
๐ Features / Bug fixes
CLI:
- add --all to ddk deploy by @jaidisido in https://github.com/awslabs/aws-ddk/pull/111
Core:
- Glue DataBrew Stage by @b-akhil in https://github.com/awslabs/aws-ddk/pull/123
- remove Glue log encryption by default from security config by @kukushking in https://github.com/awslabs/aws-ddk/pull/126
๐ Thanks
We thank the following contributors/users for their work on this release:
@b-akhil, @jaidisido, @kukushking, @malachi-constant, @cnfait
Full Changelog: https://github.com/awslabs/aws-ddk/compare/0.4.0...0.5.1
- TypeScript
Published by kukushking about 4 years ago
https://github.com/awslabs/aws-ddk - AWS DDK 0.4.0
๐ Features / Bug fixes
Core:
- Add stage rshift operator by @kukushking in https://github.com/awslabs/aws-ddk/pull/92
- Refactor Stage construct to include Event, StateMachine and DataStage by @jaidisido in https://github.com/awslabs/aws-ddk/pull/104
- Dms S3<->S3 ingestion stage by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/105
CLI:
- Add alpha packages to cli requirements.txt template by @jaidisido in https://github.com/awslabs/aws-ddk/pull/107
Docs ๐
- How-to guide ddk configuration by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/99
- Expose configuration attributes for classes in documentation by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/91
- How-To Private Code Artifact and other enhancements by @jaidisido in https://github.com/awslabs/aws-ddk/pull/102
Full Changelog: https://github.com/awslabs/aws-ddk/compare/0.3.0...0.4.0
๐ Thanks
We thank the following contributors/users for their work on this release:
@jaidisido, @kukushking, @malachi-constant, @cnfait
- TypeScript
Published by malachi-constant about 4 years ago
https://github.com/awslabs/aws-ddk - AWS DDK 0.3.0
โ ๏ธ Breaking changes
- Update CDK to v2.20.0 and pin the version #83 #72
- Replace CloudTrail with S3 EventBridge notifications in S3EventStage #83
๐ Features / Bug fixes
Core:
- Add additionalrolepolicy_statements to state machine stages #82
- Expose state machine objects in stages #81
- Add state machine alarms #76
- Allow multiple CloudWatch alarms per stage #78
- Add lambda layers to SQSToLambdaStage #79
- Add security config to Glue factory #75
- Add firehose delivery ingestion stage #71 ๐
- Add CodeArtifact publish action #74
- Add AppFlow stage #68 ๐
- Add AthenaSQL stage #66 ๐
- Add glue factory and create glue job and crawler in stage #63
- Add data pipeline & stage alerting #55
CLI:
- Remove default AWS profile #61
Docs ๐
- Multi-account how-to #64
๐ Thanks
We thank the following contributors/users for their work on this release:
@jaidisido, @kukushking, @malachi-constant, @cnfait
- TypeScript
Published by kukushking over 4 years ago
https://github.com/awslabs/aws-ddk - AWS DDK 0.2.0
โ ๏ธ Breaking changes
- Renamed
aws_ddk_core.pipelines.Stagetoaws_ddk_core.pipelines.DataStageandaws_ddk_core.pipelines.Pipelinetoaws_ddk_core.pipelines.DataPipeline#33
๐ Features / Bug fixes
- Enable event handling in
SqsToLambdaStage#54 - Improve git commands in CLI
create-repository#53 - Add StepFunctionFactory #48
- Use Step Functions service-sent events in
GlueTransformStage#51 - Add escape hatches for
SqsToLambdaStage#47 - Add security checks and test stages to CICD pipeline construct #28
- Add custom CodeBuild stage to CICD pipeline construct #37
- Add CICD pipeline notifications via SNS #43
Docs ๐
- Create your own DDK Data Stage How-to guide
๐ Thanks
We thank the following contributors/users for their work on this release:
@jaidisido, @kukushking, @malachi-constant, @cnfait, @vemel, @NickCorbett
- TypeScript
Published by kukushking over 4 years ago
https://github.com/awslabs/aws-ddk - 0.1.0
Initial release of core and cli packages. ๐๐๐
- TypeScript
Published by malachi-constant over 4 years ago