Skip to content

Commit

Permalink
Include Madeline's comment suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Madeline Kusters <80541297+madeline-k@users.noreply.github.com>
  • Loading branch information
skinny85 and madeline-k authored Sep 29, 2021
1 parent c59f4ce commit 64c9524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-lambda/lib/function.ts
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ export class Function extends FunctionBase {
}

// Currently no validations for compatible architectures since Lambda service
// allows layers configured one architecture to be used with a Lambda function
// allows layers configured with one architecture to be used with a Lambda function
// from another architecture.

this.layers.push(layer);
Expand Down

0 comments on commit 64c9524

Please sign in to comment.