Developer Tools Flashcards
______ is an IDE that allows you to write and debug ____ from within your web browser, it Supports several popular ______ _______
Cloud 9, code, programming languages
_____ ______ is a source control system for private Git repositories
CodeCommit
________ allows you to build and test your application source code
- complies source code and runs tests
- enables continuous integration and continuous delivery (CICD)
CodeBuild
_______ allows you to run as many parallel streams of tests for your _______ ____as needed, allowing you to deploy your changes to production more quickly.
CodeBuild, application code
________ manages the deployment of ____ to compute services in the cloud or on-premises
CodeDeploy, Code
________ automates the software release process (quickly deliver new features and updates) - allows you to implement a ____ _______
CodePipeline, CI/CD (Continuous Integration/continuous deployment) Pipeline
CodePipeline:
- integrates with ________ to run builds and unit tests
- integrates with _________ to retrieve source code
- integrates with _________ to deploy your changes
CodeBuild, CodeCommit, CodeDeploy
_____ helps you analyze and debug production applications. you are able to ____ your application components
X-Ray, map
_______ helps developers collaboratively work on development projects. Developers can use their own development environment.
CodeStar