We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75186b0 commit 9e60202Copy full SHA for 9e60202
1 file changed
src/function/PhpFunction.ts
@@ -10,7 +10,7 @@ import { VpcForServerlessApp } from '../vpc/VpcForServerlessApp';
10
export type PhpFunctionProps = Partial<FunctionProps> & {
11
phpVersion?: '8.0' | '8.1' | '8.2';
12
handler: string;
13
- vpc: IVpc | VpcForServerlessApp;
+ vpc?: IVpc | VpcForServerlessApp;
14
};
15
16
export class PhpFunction extends Function {
0 commit comments