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: Add integration test for Python stack #307

Closed lym953 closed 1 month ago

lym953 commented 1 month ago

What does this PR do?

Add a Python stack to integration tests, so that the test will compare the snapshots generated after vs before, to check if a PR causes unexpected changes on the stack to be deployed.

The stack was copied from examples/python-stack. I had to copy it because I was unable to find a way to just reference the existing stack.

Motivation

Adding more tests to make it safer to deploy changes.

Testing Guidelines

Additional Notes

Types of Changes

Check all that apply