Skip to content

salesforce-misc/salesforce-connect-appsync-rds-postgresql

Salesforce Connect Adapter for GraphQL on AWS—Partner Solution

For architectural details, step-by-step instructions, and customization options, see the blog post.

For creating the S3 bucket, use Bucket policy:

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowPublicReadForAllObjects",
      "Effect": "Allow",
      "Principal": "*",
      "Action": "s3:GetObject",
      "Resource": "arn:aws:s3:::<YOUR_BUCKET_NAME>/*"
    }
  ]
}

Replace <YOUR_BUCKET_NAME> with the actual bucket name.

This policy ensures all nested templates, schemas, and resolver artifacts are publicly readable during stack creation.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages