Skip to content

Commit

Permalink
Fix inline code limitation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
s12v committed Jun 14, 2022
1 parent a014c30 commit 2ddc265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-synthetics/lib/code.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export abstract class Code {
/**
* Specify code inline.
*
* @param code The actual handler code (limited to 4KiB)
* @param code The actual handler code (limited to 5MB)
*
* @returns `InlineCode` with inline code.
*/
Expand Down

0 comments on commit 2ddc265

Please sign in to comment.