Skip to content

Commit

Permalink
Update packages/@aws-cdk/aws-lambda-python/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Momo Kornher <mail@moritzkornher.de>
  • Loading branch information
webratz and mrgrain committed Dec 14, 2022
1 parent 4d8c099 commit d509013
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/@aws-cdk/aws-lambda-python/README.md
Expand Up @@ -205,7 +205,6 @@ It is possible to run additional commands by specifying the `commandHooks` prop

```ts
const entry = '/path/to/function';
const image = DockerImage.fromBuild(entry);
new python.PythonFunction(this, 'function', {
entry,
runtime: Runtime.PYTHON_3_8,
Expand Down

0 comments on commit d509013

Please sign in to comment.