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 19, 2024
1 parent 35675f6 commit 7dd5235
Show file tree
Hide file tree
Showing 25 changed files with 1,226 additions and 8,313 deletions.
9,491 changes: 1,202 additions & 8,289 deletions package-lock.json

Large diffs are not rendered by default.

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

provider:
name: aws
Expand Down

0 comments on commit 7dd5235

Please sign in to comment.