File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
src/content/docs/aws/services Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import FeatureCoverage from "../../../../components/feature-coverage/FeatureCove
1212Simple Email Service (SES) is an emailing service that can be integrated with other cloud-based services.
1313It 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
1818Users 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 />
You can’t perform that action at this time.
0 commit comments