From the course: Hands-On Development in AWS

Unlock this course with a free trial

Join today to access over 24,400 courses taught by industry experts.

Outlining AWS developer tools

Outlining AWS developer tools

- Recall from one of the early lessons, I talked about function buckets. One of those function buckets within Amazon Web Services is the Developer Tools. The Developer Tools includes everything you see here on the screen. We have services in the CICD column. That is continuous integration, continuous deployment. We have Developer Tools we see listed here. We have CodeStar, Cloud9 and Code Artifact. The command line interface we have discussed quite a bit throughout this course, and we have CloudShell. CloudShell is a service. We haven't touched on it in this course, but it is a feature built into EC2 that allows you to run an AWS command line interface in the cloud. If you hop into EC2 and click on the little indicator in the upper right, it looks like a shell terminal icon. Click on that. It'll launch an an EC2 instance running CloudShell for you. We have also talked quite a bit about the SDKs in this course. We've given a lot of demonstration using those software development kits…

Contents