import { createProvider } from "../../create-provider"; export const CloudDevelopmentKit = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/devtools/cloud-development-kit.png" ); export const Cloud9Resource = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/devtools/cloud9-resource.png" ); export const Cloud9 = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/devtools/cloud9.png" ); export const Codebuild = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/devtools/codebuild.png" ); export const Codecommit = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/devtools/codecommit.png" ); export const Codedeploy = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/devtools/codedeploy.png" ); export const Codepipeline = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/devtools/codepipeline.png" ); export const Codestar = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/devtools/codestar.png" ); export const CommandLineInterface = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/devtools/command-line-interface.png" ); export const DeveloperTools = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/devtools/developer-tools.png" ); export const ToolsAndSdks = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/devtools/tools-and-sdks.png" ); export const XRay = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/devtools/x-ray.png" ); export const CLI = CommandLineInterface; export const DevTools = DeveloperTools;