@bref.sh/layers 2.0.121 → 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": "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"
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": "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"
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": "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"
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": "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"
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": "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"
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": "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"
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": "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"
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": "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"
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": "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"
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": "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"
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": "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"
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": "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"
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": "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"
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": "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"
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": "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"
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": "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"
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": "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"
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": "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"
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": "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"
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": "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"
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": "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"
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.121",
3
+ "version": "3.0.1",
4
4
  "description": "Bref.sh AWS Lambda layers",
5
5
  "repository": "brefphp/layers.js",
6
6
  "license": "MIT",