Skip to content

Commit

Permalink
docs: add note about token
Browse files Browse the repository at this point in the history
  • Loading branch information
setu4993 committed Jan 26, 2022
1 parent 6477d44 commit a8dbafe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/@aws-cdk/aws-lambda-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ new lambda.PythonFunction(this, 'function', {
});
```

The index URL or the token are only used during bundling and thus not included in the final asset.

If you also want to use the Code Artifact repo for initializing the Docker image for bundling, use `buildArgs`:

```ts
Expand Down

0 comments on commit a8dbafe

Please sign in to comment.