Skip to content

Commit

Permalink
Lock sls 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rddimon committed Nov 18, 2024
1 parent 1ecb6a4 commit 35675f6
Show file tree
Hide file tree
Showing 26 changed files with 32 additions and 33 deletions.
15 changes: 7 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.7",
"serverless": "4.3.3",
"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.7'
frameworkVersion: '4.3.3'

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.7'
frameworkVersion: '4.3.3'

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.7'
frameworkVersion: '4.3.3'

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.7'
frameworkVersion: '4.3.3'

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.7'
frameworkVersion: '4.3.3'

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.7'
frameworkVersion: '4.3.3'

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.7'
frameworkVersion: '4.3.3'

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.7'
frameworkVersion: '4.3.3'

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.7'
frameworkVersion: '4.3.3'

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.7'
frameworkVersion: '4.3.3'

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.7'
frameworkVersion: '4.3.3'

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.7'
frameworkVersion: '4.3.3'

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.7'
frameworkVersion: '4.3.3'

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.7'
frameworkVersion: '4.3.3'

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.7'
frameworkVersion: '4.3.3'

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.7'
frameworkVersion: '4.3.3'

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.7'
frameworkVersion: '4.3.3'

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.7'
frameworkVersion: '4.3.3'

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.7'
frameworkVersion: '4.3.3'

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.7'
frameworkVersion: '4.3.3'

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.7'
frameworkVersion: '4.3.3'

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.7'
frameworkVersion: '4.3.3'

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.7'
frameworkVersion: '4.3.3'

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.7'
frameworkVersion: '4.3.3'

provider:
name: aws
Expand Down

0 comments on commit 35675f6

Please sign in to comment.