diff --git a/integration_tests/snapshots/correct-lambda-function-stack-legacy-datadog-api-snapshot.json b/integration_tests/snapshots/correct-lambda-function-stack-legacy-datadog-api-snapshot.json new file mode 100644 index 00000000..e69de29b diff --git a/integration_tests/snapshots/test-lambda-function-stack-legacy-datadog-api-snapshot.json b/integration_tests/snapshots/test-lambda-function-stack-legacy-datadog-api-snapshot.json new file mode 100644 index 00000000..e69de29b diff --git a/scripts/run_integration_tests.sh b/scripts/run_integration_tests.sh index 68552c5c..9c1460b4 100755 --- a/scripts/run_integration_tests.sh +++ b/scripts/run_integration_tests.sh @@ -2,9 +2,9 @@ # Usage - run commands from repo root: # To check if new changes to the library cause changes to any snapshots: -# ./scripts/run_integration_tests.sh +# aws-vault exec sso-serverless-sandbox-account-admin -- ./scripts/run_integration_tests.sh # To regenerate snapshots: -# UPDATE_SNAPSHOTS=true aws-vault exec serverless-sandbox-account-admin -- ./scripts/run_integration_tests.sh +# UPDATE_SNAPSHOTS=true aws-vault exec sso-serverless-sandbox-account-admin -- ./scripts/run_integration_tests.sh set -e @@ -17,6 +17,7 @@ STACK_CONFIG_PATHS=( "typescript/lambda-singleton-function-stack.ts" "typescript/lambda-function-arm-stack.ts" "typescript/lambda-function-stack.ts" + "typescript/lambda-function-stack-legacy-datadog-api.ts" "typescript/lambda-nodejs-function-stack.ts" "typescript/lambda-python-function-stack.ts" "typescript/lambda-java-function-stack.ts"