Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tests/integration_tests/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package:

provider:
name: aws
region: sa-east-1
region: eu-west-1
tracing:
lambda: true
apiGateway: true
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions tests/integration_tests/snapshots/logs/error.log
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tests/integration_tests/snapshots/logs/hello.log
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down