We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a49927 commit 85f4e29Copy full SHA for 85f4e29
packages/@aws-cdk/aws-lambda/lib/function.ts
@@ -1115,7 +1115,7 @@ Environment variables can be marked for removal when used in Lambda@Edge by sett
1115
for (const subnetId of subnetIds) {
1116
if (publicSubnetIds.has(subnetId) && !allowPublicSubnet) {
1117
throw new Error('Lambda Functions in a public subnet can NOT access the internet. ' +
1118
- 'If you are aware of this limitation and would still like to place the function int a public subnet, set `allowPublicSubnet` to true');
+ 'If you are aware of this limitation and would still like to place the function in a public subnet, set `allowPublicSubnet` to true');
1119
}
1120
1121
0 commit comments