Skip to content

Commit 4de490b

Browse files
committed
add ses as well
1 parent 9574b8e commit 4de490b

File tree

1 file changed

+6
-2
lines changed
  • src/content/docs/aws/services

1 file changed

+6
-2
lines changed

src/content/docs/aws/services/ses.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import FeatureCoverage from "../../../../components/feature-coverage/FeatureCove
1212
Simple Email Service (SES) is an emailing service that can be integrated with other cloud-based services.
1313
It provides API to facilitate email templating, sending bulk emails and more.
1414

15-
The supported APIs are available on the API coverage page for [SESv1](), and [SESv2]().
15+
The supported APIs are available on the API coverage page for [SESv1](#api-coverage-sesv1) and [SESv2](#api-coverage-sesv2).
1616

1717
:::note
1818
Users on Free plan can use SES V1 APIs in LocalStack for basic mocking and testing.
@@ -143,6 +143,10 @@ The Resource Browser allows you to perform following actions:
143143
- It is currently not possible to [receive emails via SES](https://docs.aws.amazon.com/ses/latest/dg/receiving-email.html) in LocalStack.
144144
- All operations related to Receipt Rules are mocked.
145145

146-
## API Coverage
146+
## API Coverage (SESv1)
147147

148148
<FeatureCoverage service="ses" client:load />
149+
150+
## API Coverage (SESv2)
151+
152+
<FeatureCoverage service="sesv2" client:load />

0 commit comments

Comments
 (0)