Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
msambol committed Oct 9, 2023
1 parent 96d81b6 commit 9da0c4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/@aws-cdk/aws-lambda-python-alpha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ new python.PythonFunction(this, 'function', {
**Including hashes**

You can include hashes in `poetry` using the optional boolean parameter `poetryIncludeHashes`:

```ts
new python.PythonFunction(this, 'function', {
entry: '/path/to/poetry-function',
Expand All @@ -140,6 +141,7 @@ new python.PythonFunction(this, 'function', {
**Excluding URLs**

You can exclude URLs in `poetry` using the optional boolean parameter `poetryWithoutUrls`:

```ts
new python.PythonFunction(this, 'function', {
entry: '/path/to/poetry-function',
Expand Down

0 comments on commit 9da0c4a

Please sign in to comment.