envs

Amazon SES — sending

ses/email · version 1

envs add ses/email

This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.

Key Needed Kind Notes
AWS_SES_ACCESS_KEY_ID required secret Half of a credential pair. AWS calls the id non-secret, but this registry reversed that call on 20260907 for the same key in aws/credentials: an id baked into a bundle still names the account.. Shape ^A[A-Z0-9]{19}$. where to get it
AWS_SES_SECRET_ACCESS_KEY required secret The signing secret. Shown once at creation.. where to get it
AWS_SES_REGION required config Which SES region. Identities are per-region.. Shape ^[a-z]{2}-[a-z]+-\d$. where to get it

The JSON the CLI reads