Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(appsync): fully qualify service principal
In aws#22819, a feature flag was added to use standardized service principal names instead of using a database lookup. This reference wasn't updated which causes failures in new CDK applications that try to create AppSync resources. This change passes the fully qualified service principal when creating a service role for a new data source. fixes aws#23035
- Loading branch information