We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9317203 commit ea87848Copy full SHA for ea87848
packages/@aws-cdk/aws-s3objectlambda-alpha/lib/access-point.ts
@@ -173,7 +173,7 @@ export class AccessPoint extends AccessPointBase {
173
public static fromAccessPointAttributes(scope: Construct, id: string, attrs: AccessPointAttributes): IAccessPoint {
174
const arn = core.Arn.split(attrs.accessPointArn, core.ArnFormat.SLASH_RESOURCE_NAME);
175
if (!arn.resourceName) {
176
- throw new Error('Unable to parse acess point name');
+ throw new Error('Unable to parse access point name');
177
}
178
const name = arn.resourceName;
179
class Import extends AccessPointBase {
0 commit comments