diff --git a/tests/integration_tests/serverless.yml b/tests/integration_tests/serverless.yml index c2360893..ca9e1f8e 100644 --- a/tests/integration_tests/serverless.yml +++ b/tests/integration_tests/serverless.yml @@ -9,7 +9,7 @@ package: provider: name: aws - region: sa-east-1 + region: eu-west-1 tracing: lambda: true apiGateway: true @@ -22,10 +22,10 @@ provider: DD_ENHANCED_METRICS: true DD_TRACE_ENABLED: true deploymentBucket: - name: integration-tests-deployment-bucket + name: integration-tests-serververless-deployment-bucket iam: # IAM permissions require that all functions are deployed with this role - role: "arn:aws:iam::601427279990:role/serverless-integration-test-lambda-role" + role: "arn:aws:iam::425362996713:role/serverless-integration-test-lambda-role" functions: hello: diff --git a/tests/integration_tests/snapshots/logs/error.log b/tests/integration_tests/snapshots/logs/error.log index 19a7feef..87f5a916 100644 --- a/tests/integration_tests/snapshots/logs/error.log +++ b/tests/integration_tests/snapshots/logs/error.log @@ -8,7 +8,7 @@ XXXX-XX-XX XX:XX:XX.XXX {"status":"debug","message":"datadog: sending metric via "m": "aws.lambda.enhanced.invocations", "t": [ "functionname:integration-tests-go-XXXX-error", - "region:sa-east-1", + "region:eu-west-1", "account_id:XXXX", "memorysize:128", "cold_start:true", @@ -31,7 +31,7 @@ XXXX-XX-XX XX:XX:XX.XXX {"status":"debug","message":"datadog: sending metric via "m": "aws.lambda.enhanced.errors", "t": [ "functionname:integration-tests-go-XXXX-error", - "region:sa-east-1", + "region:eu-west-1", "account_id:XXXX", "memorysize:128", "cold_start:true", diff --git a/tests/integration_tests/snapshots/logs/hello.log b/tests/integration_tests/snapshots/logs/hello.log index 13af44d7..8d7f2065 100644 --- a/tests/integration_tests/snapshots/logs/hello.log +++ b/tests/integration_tests/snapshots/logs/hello.log @@ -8,7 +8,7 @@ XXXX-XX-XX XX:XX:XX.XXX {"status":"debug","message":"datadog: sending metric via "m": "aws.lambda.enhanced.invocations", "t": [ "functionname:integration-tests-go-XXXX-hello", - "region:sa-east-1", + "region:eu-west-1", "account_id:XXXX", "memorysize:128", "cold_start:true",