@bref.sh/layers 2.0.121 → 3.0.2

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,194 @@
1
1
  {
2
- "php-84": {
3
- "af-south-1": "39",
4
- "ap-east-1": "39",
5
- "ap-northeast-1": "39",
6
- "ap-northeast-2": "39",
7
- "ap-northeast-3": "39",
8
- "ap-south-1": "39",
9
- "ap-southeast-1": "39",
10
- "ap-southeast-2": "39",
11
- "ca-central-1": "39",
12
- "eu-central-1": "39",
13
- "eu-north-1": "39",
14
- "eu-south-1": "39",
15
- "eu-south-2": "39",
16
- "eu-west-1": "39",
17
- "eu-west-2": "39",
18
- "eu-west-3": "39",
19
- "me-south-1": "39",
20
- "sa-east-1": "39",
21
- "us-east-1": "39",
22
- "us-east-2": "39",
23
- "us-west-1": "39",
24
- "us-west-2": "39"
2
+ "php-85": {
3
+ "af-south-1": "12",
4
+ "ap-east-1": "12",
5
+ "ap-northeast-1": "12",
6
+ "ap-northeast-2": "12",
7
+ "ap-northeast-3": "12",
8
+ "ap-south-1": "12",
9
+ "ap-southeast-1": "12",
10
+ "ap-southeast-2": "12",
11
+ "ca-central-1": "12",
12
+ "eu-central-1": "12",
13
+ "eu-north-1": "12",
14
+ "eu-south-1": "12",
15
+ "eu-south-2": "12",
16
+ "eu-west-1": "12",
17
+ "eu-west-2": "12",
18
+ "eu-west-3": "12",
19
+ "me-south-1": "12",
20
+ "sa-east-1": "12",
21
+ "us-east-1": "12",
22
+ "us-east-2": "12",
23
+ "us-west-1": "12",
24
+ "us-west-2": "12"
25
25
  },
26
- "php-84-fpm": {
27
- "af-south-1": "39",
28
- "ap-east-1": "39",
29
- "ap-northeast-1": "39",
30
- "ap-northeast-2": "38",
31
- "ap-northeast-3": "39",
32
- "ap-south-1": "39",
33
- "ap-southeast-1": "38",
34
- "ap-southeast-2": "38",
35
- "ca-central-1": "39",
36
- "eu-central-1": "38",
37
- "eu-north-1": "39",
38
- "eu-south-1": "39",
39
- "eu-south-2": "38",
40
- "eu-west-1": "39",
41
- "eu-west-2": "39",
42
- "eu-west-3": "38",
43
- "me-south-1": "39",
44
- "sa-east-1": "38",
45
- "us-east-1": "39",
46
- "us-east-2": "39",
47
- "us-west-1": "39",
48
- "us-west-2": "39"
26
+ "php-84": {
27
+ "af-south-1": "15",
28
+ "ap-east-1": "15",
29
+ "ap-northeast-1": "15",
30
+ "ap-northeast-2": "15",
31
+ "ap-northeast-3": "15",
32
+ "ap-south-1": "15",
33
+ "ap-southeast-1": "15",
34
+ "ap-southeast-2": "15",
35
+ "ca-central-1": "15",
36
+ "eu-central-1": "15",
37
+ "eu-north-1": "15",
38
+ "eu-south-1": "15",
39
+ "eu-south-2": "15",
40
+ "eu-west-1": "15",
41
+ "eu-west-2": "15",
42
+ "eu-west-3": "15",
43
+ "me-south-1": "15",
44
+ "sa-east-1": "15",
45
+ "us-east-1": "15",
46
+ "us-east-2": "15",
47
+ "us-west-1": "15",
48
+ "us-west-2": "15"
49
49
  },
50
50
  "php-83": {
51
- "af-south-1": "67",
52
- "ap-east-1": "67",
53
- "ap-northeast-1": "67",
54
- "ap-northeast-2": "67",
55
- "ap-northeast-3": "67",
56
- "ap-south-1": "67",
57
- "ap-southeast-1": "67",
58
- "ap-southeast-2": "67",
59
- "ca-central-1": "67",
60
- "eu-central-1": "67",
61
- "eu-north-1": "67",
62
- "eu-south-1": "67",
63
- "eu-south-2": "67",
64
- "eu-west-1": "67",
65
- "eu-west-2": "67",
66
- "eu-west-3": "67",
67
- "me-south-1": "67",
68
- "sa-east-1": "67",
69
- "us-east-1": "67",
70
- "us-east-2": "67",
71
- "us-west-1": "67",
72
- "us-west-2": "67"
73
- },
74
- "php-83-fpm": {
75
- "af-south-1": "67",
76
- "ap-east-1": "67",
77
- "ap-northeast-1": "67",
78
- "ap-northeast-2": "67",
79
- "ap-northeast-3": "67",
80
- "ap-south-1": "67",
81
- "ap-southeast-1": "67",
82
- "ap-southeast-2": "67",
83
- "ca-central-1": "67",
84
- "eu-central-1": "67",
85
- "eu-north-1": "67",
86
- "eu-south-1": "67",
87
- "eu-south-2": "67",
88
- "eu-west-1": "67",
89
- "eu-west-2": "67",
90
- "eu-west-3": "67",
91
- "me-south-1": "67",
92
- "sa-east-1": "67",
93
- "us-east-1": "67",
94
- "us-east-2": "67",
95
- "us-west-1": "67",
96
- "us-west-2": "67"
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"
97
73
  },
98
74
  "php-82": {
99
- "af-south-1": "111",
100
- "ap-east-1": "111",
101
- "ap-northeast-1": "111",
102
- "ap-northeast-2": "111",
103
- "ap-northeast-3": "111",
104
- "ap-south-1": "111",
105
- "ap-southeast-1": "111",
106
- "ap-southeast-2": "111",
107
- "ca-central-1": "111",
108
- "eu-central-1": "111",
109
- "eu-north-1": "111",
110
- "eu-south-1": "111",
111
- "eu-south-2": "110",
112
- "eu-west-1": "111",
113
- "eu-west-2": "111",
114
- "eu-west-3": "111",
115
- "me-south-1": "111",
116
- "sa-east-1": "111",
117
- "us-east-1": "111",
118
- "us-east-2": "111",
119
- "us-west-1": "111",
120
- "us-west-2": "111"
121
- },
122
- "php-82-fpm": {
123
- "af-south-1": "111",
124
- "ap-east-1": "111",
125
- "ap-northeast-1": "111",
126
- "ap-northeast-2": "111",
127
- "ap-northeast-3": "111",
128
- "ap-south-1": "111",
129
- "ap-southeast-1": "111",
130
- "ap-southeast-2": "111",
131
- "ca-central-1": "111",
132
- "eu-central-1": "111",
133
- "eu-north-1": "111",
134
- "eu-south-1": "111",
135
- "eu-south-2": "110",
136
- "eu-west-1": "111",
137
- "eu-west-2": "111",
138
- "eu-west-3": "111",
139
- "me-south-1": "111",
140
- "sa-east-1": "111",
141
- "us-east-1": "111",
142
- "us-east-2": "111",
143
- "us-west-1": "111",
144
- "us-west-2": "111"
145
- },
146
- "php-81": {
147
- "af-south-1": "114",
148
- "ap-east-1": "114",
149
- "ap-northeast-1": "121",
150
- "ap-northeast-2": "121",
151
- "ap-northeast-3": "121",
152
- "ap-south-1": "121",
153
- "ap-southeast-1": "121",
154
- "ap-southeast-2": "121",
155
- "ca-central-1": "122",
156
- "eu-central-1": "122",
157
- "eu-north-1": "122",
158
- "eu-south-1": "114",
159
- "eu-south-2": "111",
160
- "eu-west-1": "122",
161
- "eu-west-2": "122",
162
- "eu-west-3": "122",
163
- "me-south-1": "114",
164
- "sa-east-1": "122",
165
- "us-east-1": "122",
166
- "us-east-2": "122",
167
- "us-west-1": "122",
168
- "us-west-2": "122"
169
- },
170
- "php-81-fpm": {
171
- "af-south-1": "113",
172
- "ap-east-1": "114",
173
- "ap-northeast-1": "121",
174
- "ap-northeast-2": "120",
175
- "ap-northeast-3": "120",
176
- "ap-south-1": "120",
177
- "ap-southeast-1": "120",
178
- "ap-southeast-2": "120",
179
- "ca-central-1": "121",
180
- "eu-central-1": "121",
181
- "eu-north-1": "122",
182
- "eu-south-1": "113",
183
- "eu-south-2": "110",
184
- "eu-west-1": "122",
185
- "eu-west-2": "121",
186
- "eu-west-3": "121",
187
- "me-south-1": "113",
188
- "sa-east-1": "121",
189
- "us-east-1": "122",
190
- "us-east-2": "121",
191
- "us-west-1": "121",
192
- "us-west-2": "122"
193
- },
194
- "php-80": {
195
- "af-south-1": "116",
196
- "ap-east-1": "116",
197
- "ap-northeast-1": "123",
198
- "ap-northeast-2": "122",
199
- "ap-northeast-3": "123",
200
- "ap-south-1": "125",
201
- "ap-southeast-1": "122",
202
- "ap-southeast-2": "124",
203
- "ca-central-1": "126",
204
- "eu-central-1": "124",
205
- "eu-north-1": "126",
206
- "eu-south-1": "116",
207
- "eu-south-2": "112",
208
- "eu-west-1": "126",
209
- "eu-west-2": "126",
210
- "eu-west-3": "126",
211
- "me-south-1": "116",
212
- "sa-east-1": "126",
213
- "us-east-1": "126",
214
- "us-east-2": "126",
215
- "us-west-1": "126",
216
- "us-west-2": "126"
217
- },
218
- "php-80-fpm": {
219
- "af-south-1": "114",
220
- "ap-east-1": "114",
221
- "ap-northeast-1": "121",
222
- "ap-northeast-2": "121",
223
- "ap-northeast-3": "121",
224
- "ap-south-1": "121",
225
- "ap-southeast-1": "121",
226
- "ap-southeast-2": "121",
227
- "ca-central-1": "122",
228
- "eu-central-1": "122",
229
- "eu-north-1": "122",
230
- "eu-south-1": "114",
231
- "eu-south-2": "111",
232
- "eu-west-1": "122",
233
- "eu-west-2": "122",
234
- "eu-west-3": "122",
235
- "me-south-1": "114",
236
- "sa-east-1": "122",
237
- "us-east-1": "122",
238
- "us-east-2": "122",
239
- "us-west-1": "122",
240
- "us-west-2": "122"
75
+ "af-south-1": "15",
76
+ "ap-east-1": "15",
77
+ "ap-northeast-1": "15",
78
+ "ap-northeast-2": "15",
79
+ "ap-northeast-3": "15",
80
+ "ap-south-1": "15",
81
+ "ap-southeast-1": "15",
82
+ "ap-southeast-2": "15",
83
+ "ca-central-1": "15",
84
+ "eu-central-1": "15",
85
+ "eu-north-1": "15",
86
+ "eu-south-1": "15",
87
+ "eu-south-2": "15",
88
+ "eu-west-1": "15",
89
+ "eu-west-2": "15",
90
+ "eu-west-3": "15",
91
+ "me-south-1": "15",
92
+ "sa-east-1": "15",
93
+ "us-east-1": "15",
94
+ "us-east-2": "15",
95
+ "us-west-1": "15",
96
+ "us-west-2": "15"
97
+ },
98
+ "arm-php-85": {
99
+ "af-south-1": "12",
100
+ "ap-east-1": "12",
101
+ "ap-northeast-1": "12",
102
+ "ap-northeast-2": "12",
103
+ "ap-northeast-3": "12",
104
+ "ap-south-1": "12",
105
+ "ap-southeast-1": "12",
106
+ "ap-southeast-2": "12",
107
+ "ca-central-1": "12",
108
+ "eu-central-1": "12",
109
+ "eu-north-1": "12",
110
+ "eu-south-1": "12",
111
+ "eu-south-2": "12",
112
+ "eu-west-1": "12",
113
+ "eu-west-2": "12",
114
+ "eu-west-3": "12",
115
+ "me-south-1": "12",
116
+ "sa-east-1": "12",
117
+ "us-east-1": "12",
118
+ "us-east-2": "12",
119
+ "us-west-1": "12",
120
+ "us-west-2": "12"
241
121
  },
242
122
  "arm-php-84": {
243
- "af-south-1": "38",
244
- "ap-east-1": "38",
245
- "ap-northeast-1": "38",
246
- "ap-northeast-2": "38",
247
- "ap-northeast-3": "38",
248
- "ap-south-1": "38",
249
- "ap-southeast-1": "38",
250
- "ap-southeast-2": "38",
251
- "ca-central-1": "38",
252
- "eu-central-1": "38",
253
- "eu-north-1": "38",
254
- "eu-south-1": "38",
255
- "eu-south-2": "38",
256
- "eu-west-1": "38",
257
- "eu-west-2": "38",
258
- "eu-west-3": "38",
259
- "me-south-1": "38",
260
- "sa-east-1": "38",
261
- "us-east-1": "38",
262
- "us-east-2": "38",
263
- "us-west-1": "38",
264
- "us-west-2": "38"
265
- },
266
- "arm-php-84-fpm": {
267
- "af-south-1": "38",
268
- "ap-east-1": "38",
269
- "ap-northeast-1": "38",
270
- "ap-northeast-2": "38",
271
- "ap-northeast-3": "38",
272
- "ap-south-1": "38",
273
- "ap-southeast-1": "38",
274
- "ap-southeast-2": "38",
275
- "ca-central-1": "38",
276
- "eu-central-1": "38",
277
- "eu-north-1": "38",
278
- "eu-south-1": "38",
279
- "eu-south-2": "38",
280
- "eu-west-1": "38",
281
- "eu-west-2": "38",
282
- "eu-west-3": "38",
283
- "me-south-1": "38",
284
- "sa-east-1": "38",
285
- "us-east-1": "38",
286
- "us-east-2": "38",
287
- "us-west-1": "38",
288
- "us-west-2": "38"
123
+ "af-south-1": "15",
124
+ "ap-east-1": "15",
125
+ "ap-northeast-1": "15",
126
+ "ap-northeast-2": "15",
127
+ "ap-northeast-3": "15",
128
+ "ap-south-1": "15",
129
+ "ap-southeast-1": "15",
130
+ "ap-southeast-2": "15",
131
+ "ca-central-1": "15",
132
+ "eu-central-1": "15",
133
+ "eu-north-1": "15",
134
+ "eu-south-1": "15",
135
+ "eu-south-2": "15",
136
+ "eu-west-1": "15",
137
+ "eu-west-2": "15",
138
+ "eu-west-3": "15",
139
+ "me-south-1": "15",
140
+ "sa-east-1": "15",
141
+ "us-east-1": "15",
142
+ "us-east-2": "15",
143
+ "us-west-1": "15",
144
+ "us-west-2": "15"
289
145
  },
290
146
  "arm-php-83": {
291
- "af-south-1": "66",
292
- "ap-east-1": "66",
293
- "ap-northeast-1": "66",
294
- "ap-northeast-2": "66",
295
- "ap-northeast-3": "66",
296
- "ap-south-1": "66",
297
- "ap-southeast-1": "66",
298
- "ap-southeast-2": "66",
299
- "ca-central-1": "66",
300
- "eu-central-1": "66",
301
- "eu-north-1": "66",
302
- "eu-south-1": "66",
303
- "eu-south-2": "66",
304
- "eu-west-1": "66",
305
- "eu-west-2": "66",
306
- "eu-west-3": "66",
307
- "me-south-1": "66",
308
- "sa-east-1": "66",
309
- "us-east-1": "66",
310
- "us-east-2": "66",
311
- "us-west-1": "66",
312
- "us-west-2": "66"
313
- },
314
- "arm-php-83-fpm": {
315
- "af-south-1": "65",
316
- "ap-east-1": "65",
317
- "ap-northeast-1": "65",
318
- "ap-northeast-2": "65",
319
- "ap-northeast-3": "65",
320
- "ap-south-1": "65",
321
- "ap-southeast-1": "65",
322
- "ap-southeast-2": "65",
323
- "ca-central-1": "65",
324
- "eu-central-1": "65",
325
- "eu-north-1": "65",
326
- "eu-south-1": "65",
327
- "eu-south-2": "65",
328
- "eu-west-1": "65",
329
- "eu-west-2": "65",
330
- "eu-west-3": "65",
331
- "me-south-1": "65",
332
- "sa-east-1": "65",
333
- "us-east-1": "66",
334
- "us-east-2": "65",
335
- "us-west-1": "65",
336
- "us-west-2": "65"
147
+ "af-south-1": "15",
148
+ "ap-east-1": "15",
149
+ "ap-northeast-1": "15",
150
+ "ap-northeast-2": "15",
151
+ "ap-northeast-3": "15",
152
+ "ap-south-1": "15",
153
+ "ap-southeast-1": "15",
154
+ "ap-southeast-2": "15",
155
+ "ca-central-1": "15",
156
+ "eu-central-1": "15",
157
+ "eu-north-1": "15",
158
+ "eu-south-1": "15",
159
+ "eu-south-2": "15",
160
+ "eu-west-1": "15",
161
+ "eu-west-2": "15",
162
+ "eu-west-3": "15",
163
+ "me-south-1": "15",
164
+ "sa-east-1": "15",
165
+ "us-east-1": "15",
166
+ "us-east-2": "15",
167
+ "us-west-1": "15",
168
+ "us-west-2": "15"
337
169
  },
338
170
  "arm-php-82": {
339
- "af-south-1": "98",
340
- "ap-east-1": "98",
341
- "ap-northeast-1": "98",
342
- "ap-northeast-2": "98",
343
- "ap-northeast-3": "98",
344
- "ap-south-1": "98",
345
- "ap-southeast-1": "98",
346
- "ap-southeast-2": "98",
347
- "ca-central-1": "98",
348
- "eu-central-1": "98",
349
- "eu-north-1": "98",
350
- "eu-south-1": "98",
351
- "eu-south-2": "98",
352
- "eu-west-1": "98",
353
- "eu-west-2": "98",
354
- "eu-west-3": "98",
355
- "me-south-1": "98",
356
- "sa-east-1": "98",
357
- "us-east-1": "98",
358
- "us-east-2": "98",
359
- "us-west-1": "98",
360
- "us-west-2": "98"
361
- },
362
- "arm-php-82-fpm": {
363
- "af-south-1": "98",
364
- "ap-east-1": "98",
365
- "ap-northeast-1": "98",
366
- "ap-northeast-2": "98",
367
- "ap-northeast-3": "98",
368
- "ap-south-1": "98",
369
- "ap-southeast-1": "98",
370
- "ap-southeast-2": "98",
371
- "ca-central-1": "98",
372
- "eu-central-1": "98",
373
- "eu-north-1": "98",
374
- "eu-south-1": "98",
375
- "eu-south-2": "98",
376
- "eu-west-1": "98",
377
- "eu-west-2": "98",
378
- "eu-west-3": "98",
379
- "me-south-1": "98",
380
- "sa-east-1": "98",
381
- "us-east-1": "98",
382
- "us-east-2": "98",
383
- "us-west-1": "98",
384
- "us-west-2": "98"
385
- },
386
- "arm-php-81": {
387
- "af-south-1": "101",
388
- "ap-east-1": "101",
389
- "ap-northeast-1": "101",
390
- "ap-northeast-2": "101",
391
- "ap-northeast-3": "101",
392
- "ap-south-1": "101",
393
- "ap-southeast-1": "101",
394
- "ap-southeast-2": "101",
395
- "ca-central-1": "101",
396
- "eu-central-1": "101",
397
- "eu-north-1": "101",
398
- "eu-south-1": "101",
399
- "eu-south-2": "101",
400
- "eu-west-1": "101",
401
- "eu-west-2": "101",
402
- "eu-west-3": "101",
403
- "me-south-1": "101",
404
- "sa-east-1": "101",
405
- "us-east-1": "101",
406
- "us-east-2": "101",
407
- "us-west-1": "101",
408
- "us-west-2": "101"
409
- },
410
- "arm-php-81-fpm": {
411
- "af-south-1": "101",
412
- "ap-east-1": "101",
413
- "ap-northeast-1": "101",
414
- "ap-northeast-2": "101",
415
- "ap-northeast-3": "101",
416
- "ap-south-1": "101",
417
- "ap-southeast-1": "101",
418
- "ap-southeast-2": "101",
419
- "ca-central-1": "101",
420
- "eu-central-1": "101",
421
- "eu-north-1": "101",
422
- "eu-south-1": "101",
423
- "eu-south-2": "101",
424
- "eu-west-1": "101",
425
- "eu-west-2": "101",
426
- "eu-west-3": "101",
427
- "me-south-1": "101",
428
- "sa-east-1": "101",
429
- "us-east-1": "101",
430
- "us-east-2": "101",
431
- "us-west-1": "101",
432
- "us-west-2": "101"
433
- },
434
- "arm-php-80": {
435
- "af-south-1": "115",
436
- "ap-east-1": "115",
437
- "ap-northeast-1": "122",
438
- "ap-northeast-2": "122",
439
- "ap-northeast-3": "122",
440
- "ap-south-1": "122",
441
- "ap-southeast-1": "122",
442
- "ap-southeast-2": "122",
443
- "ca-central-1": "123",
444
- "eu-central-1": "122",
445
- "eu-north-1": "123",
446
- "eu-south-1": "115",
447
- "eu-south-2": "111",
448
- "eu-west-1": "123",
449
- "eu-west-2": "123",
450
- "eu-west-3": "123",
451
- "me-south-1": "115",
452
- "sa-east-1": "123",
453
- "us-east-1": "123",
454
- "us-east-2": "123",
455
- "us-west-1": "123",
456
- "us-west-2": "123"
457
- },
458
- "arm-php-80-fpm": {
459
- "af-south-1": "114",
460
- "ap-east-1": "114",
461
- "ap-northeast-1": "121",
462
- "ap-northeast-2": "120",
463
- "ap-northeast-3": "120",
464
- "ap-south-1": "120",
465
- "ap-southeast-1": "120",
466
- "ap-southeast-2": "120",
467
- "ca-central-1": "122",
468
- "eu-central-1": "121",
469
- "eu-north-1": "122",
470
- "eu-south-1": "113",
471
- "eu-south-2": "110",
472
- "eu-west-1": "122",
473
- "eu-west-2": "121",
474
- "eu-west-3": "121",
475
- "me-south-1": "113",
476
- "sa-east-1": "121",
477
- "us-east-1": "122",
478
- "us-east-2": "122",
479
- "us-west-1": "121",
480
- "us-west-2": "122"
481
- },
482
- "console": {
483
- "af-south-1": "111",
484
- "ap-east-1": "111",
485
- "ap-northeast-1": "118",
486
- "ap-northeast-2": "118",
487
- "ap-northeast-3": "118",
488
- "ap-south-1": "118",
489
- "ap-southeast-1": "118",
490
- "ap-southeast-2": "118",
491
- "ca-central-1": "119",
492
- "eu-central-1": "119",
493
- "eu-north-1": "119",
494
- "eu-south-1": "111",
495
- "eu-south-2": "108",
496
- "eu-west-1": "119",
497
- "eu-west-2": "119",
498
- "eu-west-3": "119",
499
- "me-south-1": "111",
500
- "sa-east-1": "119",
501
- "us-east-1": "119",
502
- "us-east-2": "119",
503
- "us-west-1": "119",
504
- "us-west-2": "119"
171
+ "af-south-1": "15",
172
+ "ap-east-1": "15",
173
+ "ap-northeast-1": "15",
174
+ "ap-northeast-2": "15",
175
+ "ap-northeast-3": "15",
176
+ "ap-south-1": "15",
177
+ "ap-southeast-1": "15",
178
+ "ap-southeast-2": "15",
179
+ "ca-central-1": "15",
180
+ "eu-central-1": "15",
181
+ "eu-north-1": "15",
182
+ "eu-south-1": "15",
183
+ "eu-south-2": "15",
184
+ "eu-west-1": "15",
185
+ "eu-west-2": "15",
186
+ "eu-west-3": "15",
187
+ "me-south-1": "15",
188
+ "sa-east-1": "15",
189
+ "us-east-1": "15",
190
+ "us-east-2": "15",
191
+ "us-west-1": "15",
192
+ "us-west-2": "15"
505
193
  }
506
194
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bref.sh/layers",
3
- "version": "2.0.121",
3
+ "version": "3.0.2",
4
4
  "description": "Bref.sh AWS Lambda layers",
5
5
  "repository": "brefphp/layers.js",
6
6
  "license": "MIT",