Skip to content

Commit

Permalink
fix: iam issues (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
rehanvdm authored Jan 9, 2025
1 parent f6a48a1 commit 3acb48e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/content/docs/components/identity/iam.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ policy and the users to ensure they are created first.
minimum_password_length=15,
),
policies=[
dlz.DlzIamUser(
dlz.DlzIamPolicy(
policy_name='TestPolicy1',
statements=[
iam.PolicyStatement(
Expand Down
2 changes: 1 addition & 1 deletion src/constructs/iam/iam-account-alias.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export interface IamAccountAliasProps {
export class IamAccountAlias extends Construct implements IReportResource {

public static fetchCodeDirectory(): string {
return path.join(__dirname, 'lambda', 'account-alias');
return path.join(__dirname, 'lambda', 'iam-account-alias');
}

readonly reportResource: ReportResource;
Expand Down

0 comments on commit 3acb48e

Please sign in to comment.