Skip to content

Commit

Permalink
Update packages/aws-cdk-lib/aws-ses/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizencc authored Feb 13, 2024
1 parent 6d91841 commit 9162ae7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/aws-cdk-lib/aws-ses/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ To grant a specific action to a principal use the `grant` method.
For sending emails, `grantSendEmail` can be used instead:

```ts
import * as iam from 'aws-cdk-lib/aws-iam';
declare const user: iam.User;

const identity = new ses.EmailIdentity(this, 'Identity', {
Expand Down

0 comments on commit 9162ae7

Please sign in to comment.