Skip to content

Commit

Permalink
Added default value for layer
Browse files Browse the repository at this point in the history
  • Loading branch information
orshemtov committed May 11, 2024
1 parent c647690 commit c57026a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@aws-cdk/aws-lambda-python-alpha/lib/function.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export interface PythonFunctionProps extends FunctionOptions {

/**
* Whether or not to create a layer for the function's dependencies.
* @default - No layer is created.
*/
readonly layer?: boolean;
}
Expand Down

0 comments on commit c57026a

Please sign in to comment.