@awsless/awsless 0.0.45 → 0.0.46
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/dist/bin.js +2 -0
- package/package.json +1 -1
package/dist/bin.js
CHANGED
|
@@ -1234,6 +1234,8 @@ var FunctionSchema = z6.union([
|
|
|
1234
1234
|
z6.object({
|
|
1235
1235
|
/** The file path of the function code. */
|
|
1236
1236
|
file: LocalFileSchema,
|
|
1237
|
+
// /** */
|
|
1238
|
+
// handler: z.string().optional(),
|
|
1237
1239
|
/** Put the function inside your global VPC.
|
|
1238
1240
|
* @default false
|
|
1239
1241
|
*/
|