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 EMRServerlessCluster by @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 StateMachineStage to use definitionBody instead of deprecated definition by @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 env to 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 cfnNagFailBuild parameter (#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 required Config() construct from earlier verisons.
  • The DDK CLI has been deprectated. Projects that were bootstrapped using ddk bootstrap will still be supported.
  • New stages have been added

See upgrade guide for specifics on breaking changes: Upgrade Guide

Tutorials

See other guides here

Features/Enhancements ๐Ÿš€

Fixes ๐Ÿ› ๏ธ

Documentation ๐Ÿ“š

  • Add documentation for the stages (#311) (2c8e3eb)
  • Fix documentation structure & add docs for BaseStack and CICDPipelineStack (#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 getEnvironment to cdk.Environment by @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 BaseStack and CICDPipelineStack by @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 RemovalPolicy in 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 GlueTransformStage by @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: DataBrewTranformStage by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/224
  • feat: Add schedule support to DataPipeline.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 configurator by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/254
  • feat: syncing GlueTransformStage to main by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/262
  • feat: syncing AthenaSqlStage to main by @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 glueJob and crawlerName to GlueTransform stage 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.x by @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.md by @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 static by @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: getConfigAttribute condition 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_input to 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.0 by @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_props to SqsToLambda by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/207
  • Enhancement: adding rule_name parameter to DataPipeline.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 StateMachineStage by @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 CICDPipelineStack construct by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/184
  • Enhancement: SqsToLambdaStage Adding 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 stacks argument for 'ddk deploy' by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/129
  • bug fix: windows ddk deploy Issue by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/180 #### Core:
  • support pipeline_name parameter 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 & GlueTransformStage by @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 GlueTransformStage by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/172
  • add add_wave support to CICDPipelineStack construct by @malachi-constant in https://github.com/awslabs/aws-ddk/pull/176
  • add max_batching_window to SqsToLambda Stage 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.Stage to aws_ddk_core.pipelines.DataStage and aws_ddk_core.pipelines.Pipeline to aws_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