Skip to content

Commit

Permalink
Lock SLS 4.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rddimon committed Nov 19, 2024
1 parent f9e2c28 commit 137d183
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"mocha-param": "^2.0.1",
"nyc": "^17.1.0",
"randomstring": "^1.3.0",
"serverless": "4.4.6",
"serverless": "4.2.5",
"serverless-plugin-split-stacks": "^1.14.0",
"shelljs": "^0.8.5",
"ts-node": "^10.9.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# APIGateway with export outputs
service: ${env:PLUGIN_IDENTIFIER}-apigateway-with-export-${env:RANDOM_STRING}

frameworkVersion: "4.4.6"
frameworkVersion: "4.2.5"

provider:
name: aws
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# APIGateway with import other CloudFormation stack outputs
service: ${env:PLUGIN_IDENTIFIER}-apigateway-with-import-${env:RANDOM_STRING}

frameworkVersion: "4.4.6"
frameworkVersion: "4.2.5"

provider:
name: aws
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Enabled and testing basepath mapping
service: ${env:PLUGIN_IDENTIFIER}-basepath-mapping-${env:RANDOM_STRING}

frameworkVersion: "4.4.6"
frameworkVersion: "4.2.5"

provider:
name: aws
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Creating a domain should be idempotent
service: ${env:PLUGIN_IDENTIFIER}-create-domain-idempotent-${env:RANDOM_STRING}

frameworkVersion: "4.4.6"
frameworkVersion: "4.2.5"

provider:
name: aws
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Deploying should be idempotent
service: ${env:PLUGIN_IDENTIFIER}-deploy-idempotent-${env:RANDOM_STRING}

frameworkVersion: "4.4.6"
frameworkVersion: "4.2.5"

provider:
name: aws
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Deploying should be idempotent for the same domain and different paths
service: ${env:PLUGIN_IDENTIFIER}-deploy-idempotent2-${env:RANDOM_STRING}

frameworkVersion: "4.4.6"
frameworkVersion: "4.2.5"

provider:
name: aws
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
service: ${env:PLUGIN_IDENTIFIER}-http-api-${env:RANDOM_STRING}

frameworkVersion: "4.4.6"
frameworkVersion: "4.2.5"

provider:
name: aws
Expand Down
2 changes: 1 addition & 1 deletion test/integration-tests/basic/mutual-tls/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
service: ${env:PLUGIN_IDENTIFIER}-mutual-tls-${env:RANDOM_STRING}

frameworkVersion: "4.4.6"
frameworkVersion: "4.2.5"

provider:
name: aws
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Enabled and testing basepath mapping
service: ${env:PLUGIN_IDENTIFIER}-null-basepath-mapping-${env:RANDOM_STRING}

frameworkVersion: "4.4.6"
frameworkVersion: "4.2.5"

provider:
name: aws
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Creating a domain should be idempotent
service: ${env:PLUGIN_IDENTIFIER}-route53-profile-${env:RANDOM_STRING}

frameworkVersion: "4.4.6"
frameworkVersion: "4.2.5"

provider:
name: aws
Expand Down
2 changes: 1 addition & 1 deletion test/integration-tests/deploy/auto-domain/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# create_domain should be run as part of deployment
service: ${env:PLUGIN_IDENTIFIER}-auto-domain-${env:RANDOM_STRING}

frameworkVersion: "4.4.6"
frameworkVersion: "4.2.5"

provider:
name: aws
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Enabled with custom basepath
service: ${env:PLUGIN_IDENTIFIER}-basepath-nested-stack-${env:RANDOM_STRING}

frameworkVersion: "4.4.6"
frameworkVersion: "4.2.5"

provider:
name: aws
Expand Down
2 changes: 1 addition & 1 deletion test/integration-tests/deploy/basepath/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Enabled with custom basepath
service: ${env:PLUGIN_IDENTIFIER}-basepath-${env:RANDOM_STRING}

frameworkVersion: "4.4.6"
frameworkVersion: "4.2.5"

provider:
name: aws
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Enabled with default values
service: ${env:PLUGIN_IDENTIFIER}-custom-apigateway-${env:RANDOM_STRING}

frameworkVersion: "4.4.6"
frameworkVersion: "4.2.5"

provider:
name: aws
Expand Down
2 changes: 1 addition & 1 deletion test/integration-tests/deploy/default/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Enabled with default values
service: ${env:PLUGIN_IDENTIFIER}-default-${env:RANDOM_STRING}

frameworkVersion: "4.4.6"
frameworkVersion: "4.2.5"

provider:
name: aws
Expand Down
2 changes: 1 addition & 1 deletion test/integration-tests/deploy/http-api/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
service: ${env:PLUGIN_IDENTIFIER}-http-api-${env:RANDOM_STRING}

frameworkVersion: "4.4.6"
frameworkVersion: "4.2.5"

provider:
name: aws
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Enabled with regional endpoint, custom basePath
service: ${env:PLUGIN_IDENTIFIER}-regional-basepath-${env:RANDOM_STRING}

frameworkVersion: "4.4.6"
frameworkVersion: "4.2.5"

provider:
name: aws
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Enabled with regional endpoint, custom stage, empty basepath
service: ${env:PLUGIN_IDENTIFIER}-regional-stage-basepath-${env:RANDOM_STRING}

frameworkVersion: "4.4.6"
frameworkVersion: "4.2.5"

provider:
name: aws
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Test regional domains with TLS 1.0
service: ${env:PLUGIN_IDENTIFIER}-regional-tls-1-0-${env:RANDOM_STRING}

frameworkVersion: "4.4.6"
frameworkVersion: "4.2.5"

provider:
name: aws
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
service: ${env:PLUGIN_IDENTIFIER}-route-53-latency-routing-${env:RANDOM_STRING}

frameworkVersion: "4.4.6"
frameworkVersion: "4.2.5"

provider:
name: aws
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
service: ${env:PLUGIN_IDENTIFIER}-route-53-weighted-routing-${env:RANDOM_STRING}

frameworkVersion: "4.4.6"
frameworkVersion: "4.2.5"

provider:
name: aws
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
service: ${env:PLUGIN_IDENTIFIER}-split-horizon-dns-${env:RANDOM_STRING}

frameworkVersion: "4.4.6"
frameworkVersion: "4.2.5"

provider:
name: aws
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Enabled with custom stage and empty basepath
service: ${env:PLUGIN_IDENTIFIER}-stage-basepath-${env:RANDOM_STRING}

frameworkVersion: "4.4.6"
frameworkVersion: "4.2.5"

provider:
name: aws
Expand Down
2 changes: 1 addition & 1 deletion test/integration-tests/deploy/web-socket/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
service: ${env:PLUGIN_IDENTIFIER}-web-socket-${env:RANDOM_STRING}

frameworkVersion: "4.4.6"
frameworkVersion: "4.2.5"

provider:
name: aws
Expand Down

0 comments on commit 137d183

Please sign in to comment.