Skip to content

Commit 2d1cf4e

Browse files
committed
Lock SLS Framework version
1 parent d82c78e commit 2d1cf4e

File tree

25 files changed

+71
-1
lines changed

25 files changed

+71
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# serverless-domain-manager
2-
[![serverless](http://public.serverless.com/badges/v3.svg)](http://www.serverless.com)
2+
[![serverless](http://public.serverless.com/badges/v3.svg)](https://www.serverless.com/plugins/serverless-domain-manager)
33
[![npm version](https://badge.fury.io/js/serverless-domain-manager.svg)](https://badge.fury.io/js/serverless-domain-manager)
44
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/amplify-education/serverless-domain-manager/main/LICENSE)
55
[![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)

test/integration-tests/basic/apigateway-with-export/serverless.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# APIGateway with export outputs
22
service: ${env:PLUGIN_IDENTIFIER}-apigateway-with-export-${env:RANDOM_STRING}
33

4+
frameworkVersion: '4.4.7'
5+
46
provider:
57
name: aws
68
iam:

test/integration-tests/basic/apigateway-with-import/serverless.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# APIGateway with import other CloudFormation stack outputs
22
service: ${env:PLUGIN_IDENTIFIER}-apigateway-with-import-${env:RANDOM_STRING}
33

4+
frameworkVersion: '4.4.7'
5+
46
provider:
57
name: aws
68
iam:

test/integration-tests/basic/basepath-mapping/serverless.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Enabled and testing basepath mapping
22
service: ${env:PLUGIN_IDENTIFIER}-basepath-mapping-${env:RANDOM_STRING}
3+
4+
frameworkVersion: '4.4.7'
5+
36
provider:
47
name: aws
58
iam:

test/integration-tests/basic/create-domain-idempotent/serverless.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Creating a domain should be idempotent
22
service: ${env:PLUGIN_IDENTIFIER}-create-domain-idempotent-${env:RANDOM_STRING}
3+
4+
frameworkVersion: '4.4.7'
5+
36
provider:
47
name: aws
58
iam:

test/integration-tests/basic/deploy-idempotent/serverless.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Deploying should be idempotent
22
service: ${env:PLUGIN_IDENTIFIER}-deploy-idempotent-${env:RANDOM_STRING}
3+
4+
frameworkVersion: '4.4.7'
5+
36
provider:
47
name: aws
58
iam:

test/integration-tests/basic/deploy-idempotent2/serverless.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Deploying should be idempotent for the same domain and different paths
22
service: ${env:PLUGIN_IDENTIFIER}-deploy-idempotent2-${env:RANDOM_STRING}
3+
4+
frameworkVersion: '4.4.7'
5+
36
provider:
47
name: aws
58
iam:

test/integration-tests/basic/http-api-multiple/serverless.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
service: ${env:PLUGIN_IDENTIFIER}-http-api-${env:RANDOM_STRING}
2+
3+
frameworkVersion: '4.4.7'
4+
25
provider:
36
name: aws
47
iam:

test/integration-tests/basic/mutual-tls/serverless.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
service: ${env:PLUGIN_IDENTIFIER}-mutual-tls-${env:RANDOM_STRING}
2+
3+
frameworkVersion: '4.4.7'
4+
25
provider:
36
name: aws
47
iam:

test/integration-tests/basic/null-basepath-mapping/serverless.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Enabled and testing basepath mapping
22
service: ${env:PLUGIN_IDENTIFIER}-null-basepath-mapping-${env:RANDOM_STRING}
3+
4+
frameworkVersion: '4.4.7'
5+
36
provider:
47
name: aws
58
iam:

0 commit comments

Comments
 (0)