Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tmokmss committed Apr 13, 2024
1 parent ccc6a13 commit 89e0def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ If you want to upgrade the LLRT version, remove the `.tmp` directory, which cont

### Setting platform=browser

In some cases, it can make your code run on LLRT by setting platform of the bundled code to `browser`. You can configure it by the following code:
In some cases, your code may run successfully on LLRT by setting bundle target platform to `browser` (e.g. when using AWS SDK packages that are not bundled in LLRT or packages that can run using Web APIs.) You can configure it by the following code:

```ts
import { LlrtFunction } from 'cdk-lambda-llrt';
Expand Down

0 comments on commit 89e0def

Please sign in to comment.