import { createProvider } from "../../create-provider"; export const Amplify = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/mobile/amplify.png" ); export const APIGatewayEndpoint = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/mobile/api-gateway-endpoint.png" ); export const APIGateway = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/mobile/api-gateway.png" ); export const Appsync = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/mobile/appsync.png" ); export const DeviceFarm = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/mobile/device-farm.png" ); export const Mobile = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/mobile/mobile.png" ); export const Pinpoint = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/mobile/pinpoint.png" );