Developer Tools Flashcards
1
Q
What is Cloud9
A
An IDE to write code in web browser
Supports popular programming languages
When writing Lambda code for example
2
Q
What is CodeCommit
A
A source control system like GitHub
3
Q
What is CodeBuild
A
Build & test source code
enables continuous integration and delivery (cicd)
4
Q
What is CodeDeploy
A
Manages deployment
in cloud: EC2,Fargate,Lambda
on-prem
helps with app uptime by using rolling deployments
5
Q
What is CodePipeline
A
A Dev-Ops thing
automates the software release process
integrates with CodeBuild, CodeCommit, and CodeDeploy
6
Q
What is X-Ray?
A
Helps debug production apps
You can map requests, track information about queries, etc
7
Q
A