AWS AppSync
AWS AppSync simplifies application development by letting you create a flexible API to securely access, manipulate, and combine data from one or more data sources. AppSync is a managed service that uses GraphQL to make it easy for applications to get exactly the data they need.
With AppSync, you can build scalable applications, including those requiring real-time updates, on a range of data sources such as NoSQL data stores, relational databases, HTTP APIs, and your custom data sources with AWS Lambda. For mobile and web apps, AppSync additionally provides local data access when devices go offline, and data synchronization with customizable conflict resolution, when they are back online.
Below are the cmdlets which are available with AWS AppSync
CmdletName | ServiceOperation |
Add-ASYNResourceTag | TagResource |
Clear-ASYNApiCache | FlushApiCache |
Get-ASYNApiCache | GetApiCache |
Get-ASYNApiKeyList | ListApiKeys |
Get-ASYNDataSource | GetDataSource |
Get-ASYNDataSourceList | ListDataSources |
Get-ASYNFunction | GetFunction |
Get-ASYNFunctionList | ListFunctions |
Get-ASYNGraphqlApi | GetGraphqlApi |
Get-ASYNGraphqlApiList | ListGraphqlApis |
Get-ASYNIntrospectionSchema | GetIntrospectionSchema |
Get-ASYNResolver | GetResolver |
Get-ASYNResolverList | ListResolvers |
Get-ASYNResolverListByFunction | ListResolversByFunction |
Get-ASYNResourceTag | ListTagsForResource |
Get-ASYNSchemaCreationStatus | GetSchemaCreationStatus |
Get-ASYNType | GetType |
Get-ASYNTypeList | ListTypes |
New-ASYNApiCache | CreateApiCache |
New-ASYNApiKey | CreateApiKey |
New-ASYNDataSource | CreateDataSource |
New-ASYNFunction | CreateFunction |
New-ASYNGraphqlApi | CreateGraphqlApi |
New-ASYNResolver | CreateResolver |
New-ASYNType | CreateType |
Remove-ASYNApiCache | DeleteApiCache |
Remove-ASYNApiKey | DeleteApiKey |
Remove-ASYNDataSource | DeleteDataSource |
Remove-ASYNFunction | DeleteFunction |
Remove-ASYNGraphqlApi | DeleteGraphqlApi |
Remove-ASYNResolver | DeleteResolver |
Remove-ASYNResourceTag | UntagResource |
Remove-ASYNType | DeleteType |
Start-ASYNSchemaCreation | StartSchemaCreation |
Update-ASYNApiCache | UpdateApiCache |
Update-ASYNApiKey | UpdateApiKey |
Update-ASYNDataSource | UpdateDataSource |
Update-ASYNFunction | UpdateFunction |
Update-ASYNGraphqlApi | UpdateGraphqlApi |
Update-ASYNResolver | UpdateResolver |
Update-ASYNType | UpdateType |
You can also check other AWS Services, and each services cmdlets we are providing.