Skip to content

Commit ce66c06

Browse files
authored
Remove 'CompatibleRuntimes' property (#326)
1 parent ff2dc8b commit ce66c06

File tree

2 files changed

+0
-30
lines changed

2 files changed

+0
-30
lines changed

template-arm64.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,6 @@ Resources:
1010
ContentUri: .
1111
CompatibleArchitectures:
1212
- arm64
13-
CompatibleRuntimes:
14-
- nodejs16.x
15-
- nodejs14.x
16-
- nodejs12.x
17-
- python3.9
18-
- python3.8
19-
- ruby2.7
20-
- java11
21-
- java8.al2
22-
- dotnet6
23-
- dotnetcore3.1
24-
- provided.al2
25-
- provided.al2023
2613
Description: 'Layer for AWS Lambda Adapter arm64'
2714
LicenseInfo: 'Available under the Apache-2.0 license.'
2815
RetentionPolicy: Retain

template-x86_64.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,6 @@ Resources:
88
Type: AWS::Serverless::LayerVersion
99
Properties:
1010
ContentUri: .
11-
CompatibleRuntimes:
12-
- nodejs16.x
13-
- nodejs14.x
14-
- nodejs12.x
15-
- python3.9
16-
- python3.8
17-
- python3.7
18-
- ruby2.7
19-
- java11
20-
- java8.al2
21-
- java8
22-
- go1.x
23-
- dotnet6
24-
- dotnetcore3.1
25-
- provided.al2
26-
- provided
27-
- provided.al2023
2811
Description: 'Layer for AWS Lambda Adapter x86_64'
2912
LicenseInfo: 'Available under the Apache-2.0 license.'
3013
RetentionPolicy: Retain

0 commit comments

Comments
 (0)