Skip to content

Commit

Permalink
Merge pull request #37 from aligent/fix/add-slash-to-kms-qualifier
Browse files Browse the repository at this point in the history
fix: add slash to kms qualifier
  • Loading branch information
TheOrangePuff authored Mar 15, 2024
2 parents dd215ff + 027eceb commit 691b98e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/serverless-deploy-iam/bin/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,6 @@ export class ServiceDeployIAM extends cdk.Stack {
case "S3":
case "SNS":
case "SQS":
case "KMS":
case "STEP_FUNCTION":
delimiter = "";
break;
Expand Down

0 comments on commit 691b98e

Please sign in to comment.