DataDog / datadog-cdk-constructs

CDK construct library to automagically instrument your Lambda functions with Datadog
Apache License 2.0
65 stars 28 forks source link

chore: Untrack duplicate test snapshots from git #308

Closed lym953 closed 1 month ago

lym953 commented 1 month ago

Motivation

Right now, two identical snapshots are created for each stack used by integration tests. For example, lambda_python_stack.py has:

The "test" one is supposed to be used locally and not supposed to be committed to git.

What does this PR do?

Remove the "test" snapshots from Git.

Testing Guidelines

aws-vault exec sso-serverless-sandbox-account-admin -- scripts/run_integration_tests.sh still works.

Additional Notes

test-lambda-function-stack-legacy-datadog-api-snapshot.json is empty, which is unexpected. I will take a look and fix it in another PR.

Types of Changes

Check all that apply