Skip to content

Commit

Permalink
Revert "AT-7204: Add IAM role for integration tests"
Browse files Browse the repository at this point in the history
  • Loading branch information
rddimon authored Oct 21, 2022
1 parent 217fd03 commit da6835a
Show file tree
Hide file tree
Showing 22 changed files with 1 addition and 44 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ service: ${env:PLUGIN_IDENTIFIER}-apigateway-with-export-${env:RANDOM_STRING}

provider:
name: aws
iam:
role: arn:aws:iam::${aws:accountId}:role/sls_domain_manager_lambda
runtime: nodejs14.x
region: us-west-2
endpointType: REGIONAL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ service: ${env:PLUGIN_IDENTIFIER}-apigateway-with-import-${env:RANDOM_STRING}

provider:
name: aws
iam:
role: arn:aws:iam::${aws:accountId}:role/sls_domain_manager_lambda
runtime: nodejs14.x
region: us-west-2
stage: test
Expand Down
2 changes: 0 additions & 2 deletions test/integration-tests/basic/basepath-mapping/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
service: ${env:PLUGIN_IDENTIFIER}-basepath-mapping-${env:RANDOM_STRING}
provider:
name: aws
iam:
role: arn:aws:iam::${aws:accountId}:role/sls_domain_manager_lambda
runtime: nodejs14.x
region: us-west-2
stage: test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
service: ${env:PLUGIN_IDENTIFIER}-create-domain-idempotent-${env:RANDOM_STRING}
provider:
name: aws
iam:
role: arn:aws:iam::${aws:accountId}:role/sls_domain_manager_lambda
runtime: nodejs14.x
region: us-west-2
stage: test
Expand Down
2 changes: 0 additions & 2 deletions test/integration-tests/basic/deploy-idempotent/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
service: ${env:PLUGIN_IDENTIFIER}-deploy-idempotent-${env:RANDOM_STRING}
provider:
name: aws
iam:
role: arn:aws:iam::${aws:accountId}:role/sls_domain_manager_lambda
runtime: nodejs14.x
region: us-west-2
stage: test
Expand Down
2 changes: 0 additions & 2 deletions test/integration-tests/basic/http-api-multiple/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
service: ${env:PLUGIN_IDENTIFIER}-http-api-${env:RANDOM_STRING}
provider:
name: aws
iam:
role: arn:aws:iam::${aws:accountId}:role/sls_domain_manager_lambda
runtime: nodejs14.x
region: us-west-2
stage: test
Expand Down
3 changes: 1 addition & 2 deletions test/integration-tests/basic/mutual-tls/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
service: ${env:PLUGIN_IDENTIFIER}-mutual-tls-${env:RANDOM_STRING}
provider:
name: aws
iam:
role: arn:aws:iam::${aws:accountId}:role/sls_domain_manager_lambda
runtime: nodejs14.x
region: us-west-2
stage: test
functions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
service: ${env:PLUGIN_IDENTIFIER}-null-basepath-mapping-${env:RANDOM_STRING}
provider:
name: aws
iam:
role: arn:aws:iam::${aws:accountId}:role/sls_domain_manager_lambda
runtime: nodejs14.x
region: us-west-2
stage: test
Expand Down
2 changes: 0 additions & 2 deletions test/integration-tests/basic/route53-profile/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
service: ${env:PLUGIN_IDENTIFIER}-route53-profile-${env:RANDOM_STRING}
provider:
name: aws
iam:
role: arn:aws:iam::${aws:accountId}:role/sls_domain_manager_lambda
runtime: nodejs14.x
region: us-west-2
stage: test
Expand Down
2 changes: 0 additions & 2 deletions test/integration-tests/deploy/auto-domain/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
service: ${env:PLUGIN_IDENTIFIER}-auto-domain-${env:RANDOM_STRING}
provider:
name: aws
iam:
role: arn:aws:iam::${aws:accountId}:role/sls_domain_manager_lambda
runtime: nodejs14.x
region: us-west-2
stage: test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
service: ${env:PLUGIN_IDENTIFIER}-basepath-nested-stack-${env:RANDOM_STRING}
provider:
name: aws
iam:
role: arn:aws:iam::${aws:accountId}:role/sls_domain_manager_lambda
runtime: nodejs14.x
region: us-west-2
stage: test
Expand Down
2 changes: 0 additions & 2 deletions test/integration-tests/deploy/basepath/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
service: ${env:PLUGIN_IDENTIFIER}-basepath-${env:RANDOM_STRING}
provider:
name: aws
iam:
role: arn:aws:iam::${aws:accountId}:role/sls_domain_manager_lambda
runtime: nodejs14.x
region: us-west-2
stage: test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
service: ${env:PLUGIN_IDENTIFIER}-custom-apigateway-${env:RANDOM_STRING}
provider:
name: aws
iam:
role: arn:aws:iam::${aws:accountId}:role/sls_domain_manager_lambda
runtime: nodejs14.x
region: us-west-2
stage: test
Expand Down
2 changes: 0 additions & 2 deletions test/integration-tests/deploy/default/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
service: ${env:PLUGIN_IDENTIFIER}-default-${env:RANDOM_STRING}
provider:
name: aws
iam:
role: arn:aws:iam::${aws:accountId}:role/sls_domain_manager_lambda
runtime: nodejs14.x
region: us-west-2
stage: test
Expand Down
2 changes: 0 additions & 2 deletions test/integration-tests/deploy/http-api/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
service: ${env:PLUGIN_IDENTIFIER}-http-api-${env:RANDOM_STRING}
provider:
name: aws
iam:
role: arn:aws:iam::${aws:accountId}:role/sls_domain_manager_lambda
runtime: nodejs14.x
region: us-west-2
stage: test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
service: ${env:PLUGIN_IDENTIFIER}-regional-basepath-${env:RANDOM_STRING}
provider:
name: aws
iam:
role: arn:aws:iam::${aws:accountId}:role/sls_domain_manager_lambda
runtime: nodejs14.x
region: us-west-2
endpointType: REGIONAL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
service: ${env:PLUGIN_IDENTIFIER}-regional-stage-basepath-${env:RANDOM_STRING}
provider:
name: aws
iam:
role: arn:aws:iam::${aws:accountId}:role/sls_domain_manager_lambda
runtime: nodejs14.x
region: us-west-2
endpointType: REGIONAL
Expand Down
2 changes: 0 additions & 2 deletions test/integration-tests/deploy/regional-tls-1-0/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
service: ${env:PLUGIN_IDENTIFIER}-regional-tls-1-0-${env:RANDOM_STRING}
provider:
name: aws
iam:
role: arn:aws:iam::${aws:accountId}:role/sls_domain_manager_lambda
runtime: nodejs14.x
region: us-west-2
stage: test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
service: ${env:PLUGIN_IDENTIFIER}-route-53-latency-routing-${env:RANDOM_STRING}
provider:
name: aws
iam:
role: arn:aws:iam::${aws:accountId}:role/sls_domain_manager_lambda
runtime: nodejs14.x
region: us-west-2
endpointType: REGIONAL
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
service: ${env:PLUGIN_IDENTIFIER}-route-53-weighted-routing-${env:RANDOM_STRING}
provider:
name: aws
iam:
role: arn:aws:iam::${aws:accountId}:role/sls_domain_manager_lambda
runtime: nodejs14.x
region: us-west-2
endpointType: REGIONAL
Expand Down
2 changes: 0 additions & 2 deletions test/integration-tests/deploy/stage-basepath/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
service: ${env:PLUGIN_IDENTIFIER}-stage-basepath-${env:RANDOM_STRING}
provider:
name: aws
iam:
role: arn:aws:iam::${aws:accountId}:role/sls_domain_manager_lambda
runtime: nodejs14.x
region: us-west-2
stage: test
Expand Down
2 changes: 0 additions & 2 deletions test/integration-tests/deploy/web-socket/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
service: ${env:PLUGIN_IDENTIFIER}-web-socket-${env:RANDOM_STRING}
provider:
name: aws
iam:
role: arn:aws:iam::${aws:accountId}:role/sls_domain_manager_lambda
runtime: nodejs14.x
region: us-west-2
stage: test
Expand Down

0 comments on commit da6835a

Please sign in to comment.