aws/aws-cdk

(docs): nodejs-function, document how to disable bundling for tests

Open

#12 844 ouverte le 3 févr. 2021

Voir sur GitHub
 (6 commentaires) (7 réactions) (0 assignés)TypeScript (3 530 forks)batch import
@aws-cdk/pipelinesdocs/inlineeffort/smallfeature-requestgood first issuep2

Métriques du dépôt

Stars
 (10 710 stars)
Métriques de merge PR
 (Merge moyen 14j 11h) (68 PRs mergées en 30 j)

Description

Create an option to disable, (or automatically disable?) asset build/bundling, when using Jest to instantiate a cdk-pipeline for tests

Use Case

When using a pipeline instance in jest it causes the assets to build/bundle, it may be the intention of the test to check only that the pipeline is correctly formed, build/bundle testing may be handled else where. In this case the build/bundle process creates additional time delay on testing in synth stage of the pipeline.

Proposed Solution

Create an option to disable, (or automatically disable?) asset build/bundling, when using Jest to instantiate a cdk-pipeline for tests

Other

  • :wave: I may be able to implement this feature request
  • :warning: This feature might incur a breaking change

This is a :rocket: Feature Request

Guide contributeur