@bref.sh/layers 2.0.120 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -14,13 +14,13 @@ npm install @bref.sh/layers
14
14
 
15
15
  ## Version compatibility with Bref
16
16
 
17
- This package is compatible with Bref 2.0 and above.
17
+ This package is compatible with Bref 3.0 and above.
18
18
 
19
19
  This NPM package and Bref are compatible as long as they have the same **major** version. For example:
20
20
 
21
21
  - v**2**.x.y of this package is compatible with v**2**.z.w of Bref
22
22
  - v**3**.x.y of this package is **NOT** compatible with v**2**.z.w of Bref
23
- - v**2**.x.y of this package is **NOT** compatible with v**1**.z.w of Bref
23
+ - v**2**.x.y of this package is **NOT** compatible with v**3**.z.w of Bref
24
24
  - etc.
25
25
 
26
26
  All minor and patch versions are not important. Only the major version matters. That means you can upgrade Bref separately from upgrading this package (though it's always good to stay on the latest versions).
@@ -42,10 +42,10 @@ Helpers to get a full ARN:
42
42
  import { functionLayerArn, fpmLayerArn, consoleLayerArn } from '@bref.sh/layers';
43
43
 
44
44
  console.log(functionLayerArn(region, '8.2'));
45
- console.log(functionLayerArn(region, '8.1', 'arm'));
45
+ console.log(functionLayerArn(region, '8.3', 'arm'));
46
46
 
47
47
  console.log(fpmLayerArn(region, '8.2'));
48
- console.log(fpmLayerArn(region, '8.1', 'arm'));
48
+ console.log(fpmLayerArn(region, '8.3', 'arm'));
49
49
 
50
50
  console.log(consoleLayerArn(region));
51
51
  ```
package/layers.js CHANGED
@@ -17,7 +17,7 @@ function functionLayerArn(region, phpVersion, platform = 'x86') {
17
17
  if (!version) {
18
18
  throw new Error(`PHP version ${phpVersion} in ${region} is not supported`);
19
19
  }
20
- return `arn:aws:lambda:${region}:534081306603:layer:${layerName}:${version}`;
20
+ return `arn:aws:lambda:${region}:873528684822:layer:${layerName}:${version}`;
21
21
  }
22
22
 
23
23
  /**
@@ -36,7 +36,7 @@ function fpmLayerArn(region, phpVersion, platform = 'x86') {
36
36
  if (!version) {
37
37
  throw new Error(`PHP version ${phpVersion} in ${region} is not supported`);
38
38
  }
39
- return `arn:aws:lambda:${region}:534081306603:layer:${layerName}:${version}`;
39
+ return `arn:aws:lambda:${region}:873528684822:layer:${layerName}:${version}`;
40
40
  }
41
41
 
42
42
  /**
@@ -49,7 +49,7 @@ function consoleLayerArn(region) {
49
49
  if (!version) {
50
50
  throw new Error(`Console layer does not exist in region ${region}`);
51
51
  }
52
- return `arn:aws:lambda:${region}:534081306603:layer:console:${version}`;
52
+ return `arn:aws:lambda:${region}:873528684822:layer:console:${version}`;
53
53
  }
54
54
 
55
55
  module.exports = {
package/layers.json CHANGED
@@ -1,506 +1,506 @@
1
1
  {
2
2
  "php-84": {
3
- "af-south-1": "38",
4
- "ap-east-1": "38",
5
- "ap-northeast-1": "38",
6
- "ap-northeast-2": "38",
7
- "ap-northeast-3": "38",
8
- "ap-south-1": "38",
9
- "ap-southeast-1": "38",
10
- "ap-southeast-2": "38",
11
- "ca-central-1": "38",
12
- "eu-central-1": "38",
13
- "eu-north-1": "38",
14
- "eu-south-1": "38",
15
- "eu-south-2": "38",
16
- "eu-west-1": "38",
17
- "eu-west-2": "38",
18
- "eu-west-3": "38",
19
- "me-south-1": "38",
20
- "sa-east-1": "38",
21
- "us-east-1": "38",
22
- "us-east-2": "38",
23
- "us-west-1": "38",
24
- "us-west-2": "38"
3
+ "af-south-1": "15",
4
+ "ap-east-1": "15",
5
+ "ap-northeast-1": "15",
6
+ "ap-northeast-2": "15",
7
+ "ap-northeast-3": "15",
8
+ "ap-south-1": "15",
9
+ "ap-southeast-1": "15",
10
+ "ap-southeast-2": "15",
11
+ "ca-central-1": "15",
12
+ "eu-central-1": "15",
13
+ "eu-north-1": "15",
14
+ "eu-south-1": "15",
15
+ "eu-south-2": "15",
16
+ "eu-west-1": "15",
17
+ "eu-west-2": "15",
18
+ "eu-west-3": "15",
19
+ "me-south-1": "15",
20
+ "sa-east-1": "15",
21
+ "us-east-1": "15",
22
+ "us-east-2": "15",
23
+ "us-west-1": "15",
24
+ "us-west-2": "15"
25
25
  },
26
26
  "php-84-fpm": {
27
- "af-south-1": "38",
28
- "ap-east-1": "38",
29
- "ap-northeast-1": "38",
30
- "ap-northeast-2": "37",
31
- "ap-northeast-3": "38",
32
- "ap-south-1": "38",
33
- "ap-southeast-1": "37",
34
- "ap-southeast-2": "37",
35
- "ca-central-1": "38",
36
- "eu-central-1": "37",
37
- "eu-north-1": "38",
38
- "eu-south-1": "38",
39
- "eu-south-2": "37",
40
- "eu-west-1": "38",
41
- "eu-west-2": "38",
42
- "eu-west-3": "37",
43
- "me-south-1": "38",
44
- "sa-east-1": "37",
45
- "us-east-1": "38",
46
- "us-east-2": "38",
47
- "us-west-1": "38",
48
- "us-west-2": "38"
27
+ "af-south-1": "",
28
+ "ap-east-1": "",
29
+ "ap-northeast-1": "",
30
+ "ap-northeast-2": "",
31
+ "ap-northeast-3": "",
32
+ "ap-south-1": "",
33
+ "ap-southeast-1": "",
34
+ "ap-southeast-2": "",
35
+ "ca-central-1": "",
36
+ "eu-central-1": "",
37
+ "eu-north-1": "",
38
+ "eu-south-1": "",
39
+ "eu-south-2": "",
40
+ "eu-west-1": "",
41
+ "eu-west-2": "",
42
+ "eu-west-3": "",
43
+ "me-south-1": "",
44
+ "sa-east-1": "",
45
+ "us-east-1": "",
46
+ "us-east-2": "",
47
+ "us-west-1": "",
48
+ "us-west-2": ""
49
49
  },
50
50
  "php-83": {
51
- "af-south-1": "66",
52
- "ap-east-1": "66",
53
- "ap-northeast-1": "66",
54
- "ap-northeast-2": "66",
55
- "ap-northeast-3": "66",
56
- "ap-south-1": "66",
57
- "ap-southeast-1": "66",
58
- "ap-southeast-2": "66",
59
- "ca-central-1": "66",
60
- "eu-central-1": "66",
61
- "eu-north-1": "66",
62
- "eu-south-1": "66",
63
- "eu-south-2": "66",
64
- "eu-west-1": "66",
65
- "eu-west-2": "66",
66
- "eu-west-3": "66",
67
- "me-south-1": "66",
68
- "sa-east-1": "66",
69
- "us-east-1": "66",
70
- "us-east-2": "66",
71
- "us-west-1": "66",
72
- "us-west-2": "66"
51
+ "af-south-1": "15",
52
+ "ap-east-1": "15",
53
+ "ap-northeast-1": "15",
54
+ "ap-northeast-2": "15",
55
+ "ap-northeast-3": "15",
56
+ "ap-south-1": "15",
57
+ "ap-southeast-1": "15",
58
+ "ap-southeast-2": "15",
59
+ "ca-central-1": "15",
60
+ "eu-central-1": "15",
61
+ "eu-north-1": "15",
62
+ "eu-south-1": "15",
63
+ "eu-south-2": "15",
64
+ "eu-west-1": "15",
65
+ "eu-west-2": "15",
66
+ "eu-west-3": "15",
67
+ "me-south-1": "15",
68
+ "sa-east-1": "15",
69
+ "us-east-1": "15",
70
+ "us-east-2": "15",
71
+ "us-west-1": "15",
72
+ "us-west-2": "15"
73
73
  },
74
74
  "php-83-fpm": {
75
- "af-south-1": "66",
76
- "ap-east-1": "66",
77
- "ap-northeast-1": "66",
78
- "ap-northeast-2": "66",
79
- "ap-northeast-3": "66",
80
- "ap-south-1": "66",
81
- "ap-southeast-1": "66",
82
- "ap-southeast-2": "66",
83
- "ca-central-1": "66",
84
- "eu-central-1": "66",
85
- "eu-north-1": "66",
86
- "eu-south-1": "66",
87
- "eu-south-2": "66",
88
- "eu-west-1": "66",
89
- "eu-west-2": "66",
90
- "eu-west-3": "66",
91
- "me-south-1": "66",
92
- "sa-east-1": "66",
93
- "us-east-1": "66",
94
- "us-east-2": "66",
95
- "us-west-1": "66",
96
- "us-west-2": "66"
75
+ "af-south-1": "",
76
+ "ap-east-1": "",
77
+ "ap-northeast-1": "",
78
+ "ap-northeast-2": "",
79
+ "ap-northeast-3": "",
80
+ "ap-south-1": "",
81
+ "ap-southeast-1": "",
82
+ "ap-southeast-2": "",
83
+ "ca-central-1": "",
84
+ "eu-central-1": "",
85
+ "eu-north-1": "",
86
+ "eu-south-1": "",
87
+ "eu-south-2": "",
88
+ "eu-west-1": "",
89
+ "eu-west-2": "",
90
+ "eu-west-3": "",
91
+ "me-south-1": "",
92
+ "sa-east-1": "",
93
+ "us-east-1": "",
94
+ "us-east-2": "",
95
+ "us-west-1": "",
96
+ "us-west-2": ""
97
97
  },
98
98
  "php-82": {
99
- "af-south-1": "110",
100
- "ap-east-1": "110",
101
- "ap-northeast-1": "110",
102
- "ap-northeast-2": "110",
103
- "ap-northeast-3": "110",
104
- "ap-south-1": "110",
105
- "ap-southeast-1": "110",
106
- "ap-southeast-2": "110",
107
- "ca-central-1": "110",
108
- "eu-central-1": "110",
109
- "eu-north-1": "110",
110
- "eu-south-1": "110",
111
- "eu-south-2": "109",
112
- "eu-west-1": "110",
113
- "eu-west-2": "110",
114
- "eu-west-3": "110",
115
- "me-south-1": "110",
116
- "sa-east-1": "110",
117
- "us-east-1": "110",
118
- "us-east-2": "110",
119
- "us-west-1": "110",
120
- "us-west-2": "110"
99
+ "af-south-1": "15",
100
+ "ap-east-1": "15",
101
+ "ap-northeast-1": "15",
102
+ "ap-northeast-2": "15",
103
+ "ap-northeast-3": "15",
104
+ "ap-south-1": "15",
105
+ "ap-southeast-1": "15",
106
+ "ap-southeast-2": "15",
107
+ "ca-central-1": "15",
108
+ "eu-central-1": "15",
109
+ "eu-north-1": "15",
110
+ "eu-south-1": "15",
111
+ "eu-south-2": "15",
112
+ "eu-west-1": "15",
113
+ "eu-west-2": "15",
114
+ "eu-west-3": "15",
115
+ "me-south-1": "15",
116
+ "sa-east-1": "15",
117
+ "us-east-1": "15",
118
+ "us-east-2": "15",
119
+ "us-west-1": "15",
120
+ "us-west-2": "15"
121
121
  },
122
122
  "php-82-fpm": {
123
- "af-south-1": "110",
124
- "ap-east-1": "110",
125
- "ap-northeast-1": "110",
126
- "ap-northeast-2": "110",
127
- "ap-northeast-3": "110",
128
- "ap-south-1": "110",
129
- "ap-southeast-1": "110",
130
- "ap-southeast-2": "110",
131
- "ca-central-1": "110",
132
- "eu-central-1": "110",
133
- "eu-north-1": "110",
134
- "eu-south-1": "110",
135
- "eu-south-2": "109",
136
- "eu-west-1": "110",
137
- "eu-west-2": "110",
138
- "eu-west-3": "110",
139
- "me-south-1": "110",
140
- "sa-east-1": "110",
141
- "us-east-1": "110",
142
- "us-east-2": "110",
143
- "us-west-1": "110",
144
- "us-west-2": "110"
123
+ "af-south-1": "",
124
+ "ap-east-1": "",
125
+ "ap-northeast-1": "",
126
+ "ap-northeast-2": "",
127
+ "ap-northeast-3": "",
128
+ "ap-south-1": "",
129
+ "ap-southeast-1": "",
130
+ "ap-southeast-2": "",
131
+ "ca-central-1": "",
132
+ "eu-central-1": "",
133
+ "eu-north-1": "",
134
+ "eu-south-1": "",
135
+ "eu-south-2": "",
136
+ "eu-west-1": "",
137
+ "eu-west-2": "",
138
+ "eu-west-3": "",
139
+ "me-south-1": "",
140
+ "sa-east-1": "",
141
+ "us-east-1": "",
142
+ "us-east-2": "",
143
+ "us-west-1": "",
144
+ "us-west-2": ""
145
145
  },
146
146
  "php-81": {
147
- "af-south-1": "113",
148
- "ap-east-1": "113",
149
- "ap-northeast-1": "120",
150
- "ap-northeast-2": "120",
151
- "ap-northeast-3": "120",
152
- "ap-south-1": "120",
153
- "ap-southeast-1": "120",
154
- "ap-southeast-2": "120",
155
- "ca-central-1": "121",
156
- "eu-central-1": "121",
157
- "eu-north-1": "121",
158
- "eu-south-1": "113",
159
- "eu-south-2": "110",
160
- "eu-west-1": "121",
161
- "eu-west-2": "121",
162
- "eu-west-3": "121",
163
- "me-south-1": "113",
164
- "sa-east-1": "121",
165
- "us-east-1": "121",
166
- "us-east-2": "121",
167
- "us-west-1": "121",
168
- "us-west-2": "121"
147
+ "af-south-1": "",
148
+ "ap-east-1": "",
149
+ "ap-northeast-1": "",
150
+ "ap-northeast-2": "",
151
+ "ap-northeast-3": "",
152
+ "ap-south-1": "",
153
+ "ap-southeast-1": "",
154
+ "ap-southeast-2": "",
155
+ "ca-central-1": "",
156
+ "eu-central-1": "",
157
+ "eu-north-1": "",
158
+ "eu-south-1": "",
159
+ "eu-south-2": "",
160
+ "eu-west-1": "",
161
+ "eu-west-2": "",
162
+ "eu-west-3": "",
163
+ "me-south-1": "",
164
+ "sa-east-1": "",
165
+ "us-east-1": "",
166
+ "us-east-2": "",
167
+ "us-west-1": "",
168
+ "us-west-2": ""
169
169
  },
170
170
  "php-81-fpm": {
171
- "af-south-1": "112",
172
- "ap-east-1": "113",
173
- "ap-northeast-1": "120",
174
- "ap-northeast-2": "119",
175
- "ap-northeast-3": "119",
176
- "ap-south-1": "119",
177
- "ap-southeast-1": "119",
178
- "ap-southeast-2": "119",
179
- "ca-central-1": "120",
180
- "eu-central-1": "120",
181
- "eu-north-1": "121",
182
- "eu-south-1": "112",
183
- "eu-south-2": "109",
184
- "eu-west-1": "121",
185
- "eu-west-2": "120",
186
- "eu-west-3": "120",
187
- "me-south-1": "112",
188
- "sa-east-1": "120",
189
- "us-east-1": "121",
190
- "us-east-2": "120",
191
- "us-west-1": "120",
192
- "us-west-2": "121"
171
+ "af-south-1": "",
172
+ "ap-east-1": "",
173
+ "ap-northeast-1": "",
174
+ "ap-northeast-2": "",
175
+ "ap-northeast-3": "",
176
+ "ap-south-1": "",
177
+ "ap-southeast-1": "",
178
+ "ap-southeast-2": "",
179
+ "ca-central-1": "",
180
+ "eu-central-1": "",
181
+ "eu-north-1": "",
182
+ "eu-south-1": "",
183
+ "eu-south-2": "",
184
+ "eu-west-1": "",
185
+ "eu-west-2": "",
186
+ "eu-west-3": "",
187
+ "me-south-1": "",
188
+ "sa-east-1": "",
189
+ "us-east-1": "",
190
+ "us-east-2": "",
191
+ "us-west-1": "",
192
+ "us-west-2": ""
193
193
  },
194
194
  "php-80": {
195
- "af-south-1": "115",
196
- "ap-east-1": "115",
197
- "ap-northeast-1": "122",
198
- "ap-northeast-2": "121",
199
- "ap-northeast-3": "122",
200
- "ap-south-1": "124",
201
- "ap-southeast-1": "121",
202
- "ap-southeast-2": "123",
203
- "ca-central-1": "125",
204
- "eu-central-1": "123",
205
- "eu-north-1": "125",
206
- "eu-south-1": "115",
207
- "eu-south-2": "111",
208
- "eu-west-1": "125",
209
- "eu-west-2": "125",
210
- "eu-west-3": "125",
211
- "me-south-1": "115",
212
- "sa-east-1": "125",
213
- "us-east-1": "125",
214
- "us-east-2": "125",
215
- "us-west-1": "125",
216
- "us-west-2": "125"
195
+ "af-south-1": "",
196
+ "ap-east-1": "",
197
+ "ap-northeast-1": "",
198
+ "ap-northeast-2": "",
199
+ "ap-northeast-3": "",
200
+ "ap-south-1": "",
201
+ "ap-southeast-1": "",
202
+ "ap-southeast-2": "",
203
+ "ca-central-1": "",
204
+ "eu-central-1": "",
205
+ "eu-north-1": "",
206
+ "eu-south-1": "",
207
+ "eu-south-2": "",
208
+ "eu-west-1": "",
209
+ "eu-west-2": "",
210
+ "eu-west-3": "",
211
+ "me-south-1": "",
212
+ "sa-east-1": "",
213
+ "us-east-1": "",
214
+ "us-east-2": "",
215
+ "us-west-1": "",
216
+ "us-west-2": ""
217
217
  },
218
218
  "php-80-fpm": {
219
- "af-south-1": "113",
220
- "ap-east-1": "113",
221
- "ap-northeast-1": "120",
222
- "ap-northeast-2": "120",
223
- "ap-northeast-3": "120",
224
- "ap-south-1": "120",
225
- "ap-southeast-1": "120",
226
- "ap-southeast-2": "120",
227
- "ca-central-1": "121",
228
- "eu-central-1": "121",
229
- "eu-north-1": "121",
230
- "eu-south-1": "113",
231
- "eu-south-2": "110",
232
- "eu-west-1": "121",
233
- "eu-west-2": "121",
234
- "eu-west-3": "121",
235
- "me-south-1": "113",
236
- "sa-east-1": "121",
237
- "us-east-1": "121",
238
- "us-east-2": "121",
239
- "us-west-1": "121",
240
- "us-west-2": "121"
219
+ "af-south-1": "",
220
+ "ap-east-1": "",
221
+ "ap-northeast-1": "",
222
+ "ap-northeast-2": "",
223
+ "ap-northeast-3": "",
224
+ "ap-south-1": "",
225
+ "ap-southeast-1": "",
226
+ "ap-southeast-2": "",
227
+ "ca-central-1": "",
228
+ "eu-central-1": "",
229
+ "eu-north-1": "",
230
+ "eu-south-1": "",
231
+ "eu-south-2": "",
232
+ "eu-west-1": "",
233
+ "eu-west-2": "",
234
+ "eu-west-3": "",
235
+ "me-south-1": "",
236
+ "sa-east-1": "",
237
+ "us-east-1": "",
238
+ "us-east-2": "",
239
+ "us-west-1": "",
240
+ "us-west-2": ""
241
241
  },
242
242
  "arm-php-84": {
243
- "af-south-1": "37",
244
- "ap-east-1": "37",
245
- "ap-northeast-1": "37",
246
- "ap-northeast-2": "37",
247
- "ap-northeast-3": "37",
248
- "ap-south-1": "37",
249
- "ap-southeast-1": "37",
250
- "ap-southeast-2": "37",
251
- "ca-central-1": "37",
252
- "eu-central-1": "37",
253
- "eu-north-1": "37",
254
- "eu-south-1": "37",
255
- "eu-south-2": "37",
256
- "eu-west-1": "37",
257
- "eu-west-2": "37",
258
- "eu-west-3": "37",
259
- "me-south-1": "37",
260
- "sa-east-1": "37",
261
- "us-east-1": "37",
262
- "us-east-2": "37",
263
- "us-west-1": "37",
264
- "us-west-2": "37"
243
+ "af-south-1": "15",
244
+ "ap-east-1": "15",
245
+ "ap-northeast-1": "15",
246
+ "ap-northeast-2": "15",
247
+ "ap-northeast-3": "15",
248
+ "ap-south-1": "15",
249
+ "ap-southeast-1": "15",
250
+ "ap-southeast-2": "15",
251
+ "ca-central-1": "15",
252
+ "eu-central-1": "15",
253
+ "eu-north-1": "15",
254
+ "eu-south-1": "15",
255
+ "eu-south-2": "15",
256
+ "eu-west-1": "15",
257
+ "eu-west-2": "15",
258
+ "eu-west-3": "15",
259
+ "me-south-1": "15",
260
+ "sa-east-1": "15",
261
+ "us-east-1": "15",
262
+ "us-east-2": "15",
263
+ "us-west-1": "15",
264
+ "us-west-2": "15"
265
265
  },
266
266
  "arm-php-84-fpm": {
267
- "af-south-1": "37",
268
- "ap-east-1": "37",
269
- "ap-northeast-1": "37",
270
- "ap-northeast-2": "37",
271
- "ap-northeast-3": "37",
272
- "ap-south-1": "37",
273
- "ap-southeast-1": "37",
274
- "ap-southeast-2": "37",
275
- "ca-central-1": "37",
276
- "eu-central-1": "37",
277
- "eu-north-1": "37",
278
- "eu-south-1": "37",
279
- "eu-south-2": "37",
280
- "eu-west-1": "37",
281
- "eu-west-2": "37",
282
- "eu-west-3": "37",
283
- "me-south-1": "37",
284
- "sa-east-1": "37",
285
- "us-east-1": "37",
286
- "us-east-2": "37",
287
- "us-west-1": "37",
288
- "us-west-2": "37"
267
+ "af-south-1": "",
268
+ "ap-east-1": "",
269
+ "ap-northeast-1": "",
270
+ "ap-northeast-2": "",
271
+ "ap-northeast-3": "",
272
+ "ap-south-1": "",
273
+ "ap-southeast-1": "",
274
+ "ap-southeast-2": "",
275
+ "ca-central-1": "",
276
+ "eu-central-1": "",
277
+ "eu-north-1": "",
278
+ "eu-south-1": "",
279
+ "eu-south-2": "",
280
+ "eu-west-1": "",
281
+ "eu-west-2": "",
282
+ "eu-west-3": "",
283
+ "me-south-1": "",
284
+ "sa-east-1": "",
285
+ "us-east-1": "",
286
+ "us-east-2": "",
287
+ "us-west-1": "",
288
+ "us-west-2": ""
289
289
  },
290
290
  "arm-php-83": {
291
- "af-south-1": "65",
292
- "ap-east-1": "65",
293
- "ap-northeast-1": "65",
294
- "ap-northeast-2": "65",
295
- "ap-northeast-3": "65",
296
- "ap-south-1": "65",
297
- "ap-southeast-1": "65",
298
- "ap-southeast-2": "65",
299
- "ca-central-1": "65",
300
- "eu-central-1": "65",
301
- "eu-north-1": "65",
302
- "eu-south-1": "65",
303
- "eu-south-2": "65",
304
- "eu-west-1": "65",
305
- "eu-west-2": "65",
306
- "eu-west-3": "65",
307
- "me-south-1": "65",
308
- "sa-east-1": "65",
309
- "us-east-1": "65",
310
- "us-east-2": "65",
311
- "us-west-1": "65",
312
- "us-west-2": "65"
291
+ "af-south-1": "15",
292
+ "ap-east-1": "15",
293
+ "ap-northeast-1": "15",
294
+ "ap-northeast-2": "15",
295
+ "ap-northeast-3": "15",
296
+ "ap-south-1": "15",
297
+ "ap-southeast-1": "15",
298
+ "ap-southeast-2": "15",
299
+ "ca-central-1": "15",
300
+ "eu-central-1": "15",
301
+ "eu-north-1": "15",
302
+ "eu-south-1": "15",
303
+ "eu-south-2": "15",
304
+ "eu-west-1": "15",
305
+ "eu-west-2": "15",
306
+ "eu-west-3": "15",
307
+ "me-south-1": "15",
308
+ "sa-east-1": "15",
309
+ "us-east-1": "15",
310
+ "us-east-2": "15",
311
+ "us-west-1": "15",
312
+ "us-west-2": "15"
313
313
  },
314
314
  "arm-php-83-fpm": {
315
- "af-south-1": "64",
316
- "ap-east-1": "64",
317
- "ap-northeast-1": "64",
318
- "ap-northeast-2": "64",
319
- "ap-northeast-3": "64",
320
- "ap-south-1": "64",
321
- "ap-southeast-1": "64",
322
- "ap-southeast-2": "64",
323
- "ca-central-1": "64",
324
- "eu-central-1": "64",
325
- "eu-north-1": "64",
326
- "eu-south-1": "64",
327
- "eu-south-2": "64",
328
- "eu-west-1": "64",
329
- "eu-west-2": "64",
330
- "eu-west-3": "64",
331
- "me-south-1": "64",
332
- "sa-east-1": "64",
333
- "us-east-1": "65",
334
- "us-east-2": "64",
335
- "us-west-1": "64",
336
- "us-west-2": "64"
315
+ "af-south-1": "",
316
+ "ap-east-1": "",
317
+ "ap-northeast-1": "",
318
+ "ap-northeast-2": "",
319
+ "ap-northeast-3": "",
320
+ "ap-south-1": "",
321
+ "ap-southeast-1": "",
322
+ "ap-southeast-2": "",
323
+ "ca-central-1": "",
324
+ "eu-central-1": "",
325
+ "eu-north-1": "",
326
+ "eu-south-1": "",
327
+ "eu-south-2": "",
328
+ "eu-west-1": "",
329
+ "eu-west-2": "",
330
+ "eu-west-3": "",
331
+ "me-south-1": "",
332
+ "sa-east-1": "",
333
+ "us-east-1": "",
334
+ "us-east-2": "",
335
+ "us-west-1": "",
336
+ "us-west-2": ""
337
337
  },
338
338
  "arm-php-82": {
339
- "af-south-1": "97",
340
- "ap-east-1": "97",
341
- "ap-northeast-1": "97",
342
- "ap-northeast-2": "97",
343
- "ap-northeast-3": "97",
344
- "ap-south-1": "97",
345
- "ap-southeast-1": "97",
346
- "ap-southeast-2": "97",
347
- "ca-central-1": "97",
348
- "eu-central-1": "97",
349
- "eu-north-1": "97",
350
- "eu-south-1": "97",
351
- "eu-south-2": "97",
352
- "eu-west-1": "97",
353
- "eu-west-2": "97",
354
- "eu-west-3": "97",
355
- "me-south-1": "97",
356
- "sa-east-1": "97",
357
- "us-east-1": "97",
358
- "us-east-2": "97",
359
- "us-west-1": "97",
360
- "us-west-2": "97"
339
+ "af-south-1": "15",
340
+ "ap-east-1": "15",
341
+ "ap-northeast-1": "15",
342
+ "ap-northeast-2": "15",
343
+ "ap-northeast-3": "15",
344
+ "ap-south-1": "15",
345
+ "ap-southeast-1": "15",
346
+ "ap-southeast-2": "15",
347
+ "ca-central-1": "15",
348
+ "eu-central-1": "15",
349
+ "eu-north-1": "15",
350
+ "eu-south-1": "15",
351
+ "eu-south-2": "15",
352
+ "eu-west-1": "15",
353
+ "eu-west-2": "15",
354
+ "eu-west-3": "15",
355
+ "me-south-1": "15",
356
+ "sa-east-1": "15",
357
+ "us-east-1": "15",
358
+ "us-east-2": "15",
359
+ "us-west-1": "15",
360
+ "us-west-2": "15"
361
361
  },
362
362
  "arm-php-82-fpm": {
363
- "af-south-1": "97",
364
- "ap-east-1": "97",
365
- "ap-northeast-1": "97",
366
- "ap-northeast-2": "97",
367
- "ap-northeast-3": "97",
368
- "ap-south-1": "97",
369
- "ap-southeast-1": "97",
370
- "ap-southeast-2": "97",
371
- "ca-central-1": "97",
372
- "eu-central-1": "97",
373
- "eu-north-1": "97",
374
- "eu-south-1": "97",
375
- "eu-south-2": "97",
376
- "eu-west-1": "97",
377
- "eu-west-2": "97",
378
- "eu-west-3": "97",
379
- "me-south-1": "97",
380
- "sa-east-1": "97",
381
- "us-east-1": "97",
382
- "us-east-2": "97",
383
- "us-west-1": "97",
384
- "us-west-2": "97"
363
+ "af-south-1": "",
364
+ "ap-east-1": "",
365
+ "ap-northeast-1": "",
366
+ "ap-northeast-2": "",
367
+ "ap-northeast-3": "",
368
+ "ap-south-1": "",
369
+ "ap-southeast-1": "",
370
+ "ap-southeast-2": "",
371
+ "ca-central-1": "",
372
+ "eu-central-1": "",
373
+ "eu-north-1": "",
374
+ "eu-south-1": "",
375
+ "eu-south-2": "",
376
+ "eu-west-1": "",
377
+ "eu-west-2": "",
378
+ "eu-west-3": "",
379
+ "me-south-1": "",
380
+ "sa-east-1": "",
381
+ "us-east-1": "",
382
+ "us-east-2": "",
383
+ "us-west-1": "",
384
+ "us-west-2": ""
385
385
  },
386
386
  "arm-php-81": {
387
- "af-south-1": "100",
388
- "ap-east-1": "100",
389
- "ap-northeast-1": "100",
390
- "ap-northeast-2": "100",
391
- "ap-northeast-3": "100",
392
- "ap-south-1": "100",
393
- "ap-southeast-1": "100",
394
- "ap-southeast-2": "100",
395
- "ca-central-1": "100",
396
- "eu-central-1": "100",
397
- "eu-north-1": "100",
398
- "eu-south-1": "100",
399
- "eu-south-2": "100",
400
- "eu-west-1": "100",
401
- "eu-west-2": "100",
402
- "eu-west-3": "100",
403
- "me-south-1": "100",
404
- "sa-east-1": "100",
405
- "us-east-1": "100",
406
- "us-east-2": "100",
407
- "us-west-1": "100",
408
- "us-west-2": "100"
387
+ "af-south-1": "",
388
+ "ap-east-1": "",
389
+ "ap-northeast-1": "",
390
+ "ap-northeast-2": "",
391
+ "ap-northeast-3": "",
392
+ "ap-south-1": "",
393
+ "ap-southeast-1": "",
394
+ "ap-southeast-2": "",
395
+ "ca-central-1": "",
396
+ "eu-central-1": "",
397
+ "eu-north-1": "",
398
+ "eu-south-1": "",
399
+ "eu-south-2": "",
400
+ "eu-west-1": "",
401
+ "eu-west-2": "",
402
+ "eu-west-3": "",
403
+ "me-south-1": "",
404
+ "sa-east-1": "",
405
+ "us-east-1": "",
406
+ "us-east-2": "",
407
+ "us-west-1": "",
408
+ "us-west-2": ""
409
409
  },
410
410
  "arm-php-81-fpm": {
411
- "af-south-1": "100",
412
- "ap-east-1": "100",
413
- "ap-northeast-1": "100",
414
- "ap-northeast-2": "100",
415
- "ap-northeast-3": "100",
416
- "ap-south-1": "100",
417
- "ap-southeast-1": "100",
418
- "ap-southeast-2": "100",
419
- "ca-central-1": "100",
420
- "eu-central-1": "100",
421
- "eu-north-1": "100",
422
- "eu-south-1": "100",
423
- "eu-south-2": "100",
424
- "eu-west-1": "100",
425
- "eu-west-2": "100",
426
- "eu-west-3": "100",
427
- "me-south-1": "100",
428
- "sa-east-1": "100",
429
- "us-east-1": "100",
430
- "us-east-2": "100",
431
- "us-west-1": "100",
432
- "us-west-2": "100"
411
+ "af-south-1": "",
412
+ "ap-east-1": "",
413
+ "ap-northeast-1": "",
414
+ "ap-northeast-2": "",
415
+ "ap-northeast-3": "",
416
+ "ap-south-1": "",
417
+ "ap-southeast-1": "",
418
+ "ap-southeast-2": "",
419
+ "ca-central-1": "",
420
+ "eu-central-1": "",
421
+ "eu-north-1": "",
422
+ "eu-south-1": "",
423
+ "eu-south-2": "",
424
+ "eu-west-1": "",
425
+ "eu-west-2": "",
426
+ "eu-west-3": "",
427
+ "me-south-1": "",
428
+ "sa-east-1": "",
429
+ "us-east-1": "",
430
+ "us-east-2": "",
431
+ "us-west-1": "",
432
+ "us-west-2": ""
433
433
  },
434
434
  "arm-php-80": {
435
- "af-south-1": "114",
436
- "ap-east-1": "114",
437
- "ap-northeast-1": "121",
438
- "ap-northeast-2": "121",
439
- "ap-northeast-3": "121",
440
- "ap-south-1": "121",
441
- "ap-southeast-1": "121",
442
- "ap-southeast-2": "121",
443
- "ca-central-1": "122",
444
- "eu-central-1": "121",
445
- "eu-north-1": "122",
446
- "eu-south-1": "114",
447
- "eu-south-2": "110",
448
- "eu-west-1": "122",
449
- "eu-west-2": "122",
450
- "eu-west-3": "122",
451
- "me-south-1": "114",
452
- "sa-east-1": "122",
453
- "us-east-1": "122",
454
- "us-east-2": "122",
455
- "us-west-1": "122",
456
- "us-west-2": "122"
435
+ "af-south-1": "",
436
+ "ap-east-1": "",
437
+ "ap-northeast-1": "",
438
+ "ap-northeast-2": "",
439
+ "ap-northeast-3": "",
440
+ "ap-south-1": "",
441
+ "ap-southeast-1": "",
442
+ "ap-southeast-2": "",
443
+ "ca-central-1": "",
444
+ "eu-central-1": "",
445
+ "eu-north-1": "",
446
+ "eu-south-1": "",
447
+ "eu-south-2": "",
448
+ "eu-west-1": "",
449
+ "eu-west-2": "",
450
+ "eu-west-3": "",
451
+ "me-south-1": "",
452
+ "sa-east-1": "",
453
+ "us-east-1": "",
454
+ "us-east-2": "",
455
+ "us-west-1": "",
456
+ "us-west-2": ""
457
457
  },
458
458
  "arm-php-80-fpm": {
459
- "af-south-1": "113",
460
- "ap-east-1": "113",
461
- "ap-northeast-1": "120",
462
- "ap-northeast-2": "119",
463
- "ap-northeast-3": "119",
464
- "ap-south-1": "119",
465
- "ap-southeast-1": "119",
466
- "ap-southeast-2": "119",
467
- "ca-central-1": "121",
468
- "eu-central-1": "120",
469
- "eu-north-1": "121",
470
- "eu-south-1": "112",
471
- "eu-south-2": "109",
472
- "eu-west-1": "121",
473
- "eu-west-2": "120",
474
- "eu-west-3": "120",
475
- "me-south-1": "112",
476
- "sa-east-1": "120",
477
- "us-east-1": "121",
478
- "us-east-2": "121",
479
- "us-west-1": "120",
480
- "us-west-2": "121"
459
+ "af-south-1": "",
460
+ "ap-east-1": "",
461
+ "ap-northeast-1": "",
462
+ "ap-northeast-2": "",
463
+ "ap-northeast-3": "",
464
+ "ap-south-1": "",
465
+ "ap-southeast-1": "",
466
+ "ap-southeast-2": "",
467
+ "ca-central-1": "",
468
+ "eu-central-1": "",
469
+ "eu-north-1": "",
470
+ "eu-south-1": "",
471
+ "eu-south-2": "",
472
+ "eu-west-1": "",
473
+ "eu-west-2": "",
474
+ "eu-west-3": "",
475
+ "me-south-1": "",
476
+ "sa-east-1": "",
477
+ "us-east-1": "",
478
+ "us-east-2": "",
479
+ "us-west-1": "",
480
+ "us-west-2": ""
481
481
  },
482
482
  "console": {
483
- "af-south-1": "110",
484
- "ap-east-1": "110",
485
- "ap-northeast-1": "117",
486
- "ap-northeast-2": "117",
487
- "ap-northeast-3": "117",
488
- "ap-south-1": "117",
489
- "ap-southeast-1": "117",
490
- "ap-southeast-2": "117",
491
- "ca-central-1": "118",
492
- "eu-central-1": "118",
493
- "eu-north-1": "118",
494
- "eu-south-1": "110",
495
- "eu-south-2": "107",
496
- "eu-west-1": "118",
497
- "eu-west-2": "118",
498
- "eu-west-3": "118",
499
- "me-south-1": "110",
500
- "sa-east-1": "118",
501
- "us-east-1": "118",
502
- "us-east-2": "118",
503
- "us-west-1": "118",
504
- "us-west-2": "118"
483
+ "af-south-1": "",
484
+ "ap-east-1": "",
485
+ "ap-northeast-1": "",
486
+ "ap-northeast-2": "",
487
+ "ap-northeast-3": "",
488
+ "ap-south-1": "",
489
+ "ap-southeast-1": "",
490
+ "ap-southeast-2": "",
491
+ "ca-central-1": "",
492
+ "eu-central-1": "",
493
+ "eu-north-1": "",
494
+ "eu-south-1": "",
495
+ "eu-south-2": "",
496
+ "eu-west-1": "",
497
+ "eu-west-2": "",
498
+ "eu-west-3": "",
499
+ "me-south-1": "",
500
+ "sa-east-1": "",
501
+ "us-east-1": "",
502
+ "us-east-2": "",
503
+ "us-west-1": "",
504
+ "us-west-2": ""
505
505
  }
506
506
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bref.sh/layers",
3
- "version": "2.0.120",
3
+ "version": "3.0.1",
4
4
  "description": "Bref.sh AWS Lambda layers",
5
5
  "repository": "brefphp/layers.js",
6
6
  "license": "MIT",