Old: Grants permissions to create a unique key that you can distribute to clients who are executing your API New: Grants permission to create a unique key that you can distribute to clients who are executing your API
Old: Grants permissions to creates a GraphqlApi object, which is the top level AppSync resource New: Grants permission to create a GraphQL API, which is the top level AppSync resource
Old: Grants permissions to create a Resolver object. A resolver converts incoming requests into a format that a data source can understand, and converts the data source's responses into GraphQL New: Grants permission to create a resolver. A resolver converts incoming requests into a format that a data source can understand, and converts the data source's responses into GraphQL
Old: Grants permissions to delete a GraphqlApi object. This will also clean up every AppSync resource below that API New: Grants permission to delete a GraphQL Api. This will also clean up every AppSync resource below that API
Old: Grants permissions to retrieve the introspection schema for a GraphQL API New: Grants permission to retrieve the introspection schema for a GraphQL API
Old: Grants permissions to retrieve the current status of a schema creation operation New: Grants permission to retrieve the current status of a schema creation operation
Old: Grants permissions to list the resolvers that are associated with a specific function New: Grants permission to list the resolvers that are associated with a specific function
Old: Grants permissions to add a new schema to your GraphQL API. This operation is asynchronous - GetSchemaCreationStatus can show when it has completed New: Grants permission to add a new schema to your GraphQL API. This operation is asynchronous - GetSchemaCreationStatus can show when it has completed