File tree Expand file tree Collapse file tree
javascriptv3/example_code/ses/src/libs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,11 +15,7 @@ import { SESClient } from "@aws-sdk/client-ses";
1515// Set the AWS Region.
1616const REGION = "us-east-1" ;
1717// Credentials are automatically resolved using the AWS SDK credential provider chain.
18- // This includes:
19- // - Environment variables (AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY)
20- // - Shared credentials file (~/.aws/credentials)
21- // - IAM roles attached to compute services such as Amazon EC2, ECS, or AWS Lambda.
22- // See: https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/setting-credentials-node.html
18+ // For more information, see https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/setting-credentials-node.html
2319// Create SES service object.
2420const sesClient = new SESClient ( { region : REGION } ) ;
2521export { sesClient } ;
You can’t perform that action at this time.
0 commit comments