Skip to content

Commit

Permalink
Lock SLS Framework version
Browse files Browse the repository at this point in the history
  • Loading branch information
rddimon committed Nov 18, 2024
1 parent d82c78e commit 2d1cf4e
Show file tree
Hide file tree
Showing 25 changed files with 71 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# serverless-domain-manager
[![serverless](http://public.serverless.com/badges/v3.svg)](http://www.serverless.com)
[![serverless](http://public.serverless.com/badges/v3.svg)](https://www.serverless.com/plugins/serverless-domain-manager)
[![npm version](https://badge.fury.io/js/serverless-domain-manager.svg)](https://badge.fury.io/js/serverless-domain-manager)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/amplify-education/serverless-domain-manager/main/LICENSE)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/235fe249b8354a3db0cc5926dba47899)](https://www.codacy.com/gh/amplify-education/serverless-domain-manager/dashboard?utm_source=github.com&utm_medium=referral&utm_content=amplify-education/serverless-domain-manager&utm_campaign=Badge_Grade)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# APIGateway with export outputs
service: ${env:PLUGIN_IDENTIFIER}-apigateway-with-export-${env:RANDOM_STRING}

frameworkVersion: '4.4.7'

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

frameworkVersion: '4.4.7'

provider:
name: aws
iam:
Expand Down
3 changes: 3 additions & 0 deletions test/integration-tests/basic/basepath-mapping/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Enabled and testing basepath mapping
service: ${env:PLUGIN_IDENTIFIER}-basepath-mapping-${env:RANDOM_STRING}

frameworkVersion: '4.4.7'

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

frameworkVersion: '4.4.7'

provider:
name: aws
iam:
Expand Down
3 changes: 3 additions & 0 deletions test/integration-tests/basic/deploy-idempotent/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Deploying should be idempotent
service: ${env:PLUGIN_IDENTIFIER}-deploy-idempotent-${env:RANDOM_STRING}

frameworkVersion: '4.4.7'

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

frameworkVersion: '4.4.7'

provider:
name: aws
iam:
Expand Down
3 changes: 3 additions & 0 deletions test/integration-tests/basic/http-api-multiple/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
service: ${env:PLUGIN_IDENTIFIER}-http-api-${env:RANDOM_STRING}

frameworkVersion: '4.4.7'

provider:
name: aws
iam:
Expand Down
3 changes: 3 additions & 0 deletions test/integration-tests/basic/mutual-tls/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
service: ${env:PLUGIN_IDENTIFIER}-mutual-tls-${env:RANDOM_STRING}

frameworkVersion: '4.4.7'

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

frameworkVersion: '4.4.7'

provider:
name: aws
iam:
Expand Down
3 changes: 3 additions & 0 deletions test/integration-tests/basic/route53-profile/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Creating a domain should be idempotent
service: ${env:PLUGIN_IDENTIFIER}-route53-profile-${env:RANDOM_STRING}

frameworkVersion: '4.4.7'

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

frameworkVersion: '4.4.7'

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

frameworkVersion: '4.4.7'

provider:
name: aws
iam:
Expand Down
3 changes: 3 additions & 0 deletions test/integration-tests/deploy/basepath/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Enabled with custom basepath
service: ${env:PLUGIN_IDENTIFIER}-basepath-${env:RANDOM_STRING}

frameworkVersion: '4.4.7'

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

frameworkVersion: '4.4.7'

provider:
name: aws
iam:
Expand Down
3 changes: 3 additions & 0 deletions test/integration-tests/deploy/default/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Enabled with default values
service: ${env:PLUGIN_IDENTIFIER}-default-${env:RANDOM_STRING}

frameworkVersion: '4.4.7'

provider:
name: aws
iam:
Expand Down
3 changes: 3 additions & 0 deletions test/integration-tests/deploy/http-api/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
service: ${env:PLUGIN_IDENTIFIER}-http-api-${env:RANDOM_STRING}

frameworkVersion: '4.4.7'

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

frameworkVersion: '4.4.7'

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

frameworkVersion: '4.4.7'

provider:
name: aws
iam:
Expand Down
3 changes: 3 additions & 0 deletions test/integration-tests/deploy/regional-tls-1-0/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Test regional domains with TLS 1.0
service: ${env:PLUGIN_IDENTIFIER}-regional-tls-1-0-${env:RANDOM_STRING}

frameworkVersion: '4.4.7'

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

frameworkVersion: '4.4.7'

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

frameworkVersion: '4.4.7'

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

frameworkVersion: '4.4.7'

provider:
name: aws
iam:
Expand Down
3 changes: 3 additions & 0 deletions test/integration-tests/deploy/stage-basepath/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Enabled with custom stage and empty basepath
service: ${env:PLUGIN_IDENTIFIER}-stage-basepath-${env:RANDOM_STRING}

frameworkVersion: '4.4.7'

provider:
name: aws
iam:
Expand Down
3 changes: 3 additions & 0 deletions test/integration-tests/deploy/web-socket/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
service: ${env:PLUGIN_IDENTIFIER}-web-socket-${env:RANDOM_STRING}

frameworkVersion: '4.4.7'

provider:
name: aws
iam:
Expand Down

0 comments on commit 2d1cf4e

Please sign in to comment.