AWS CodeStar

Supported version: Cloud

Pre-requisites:

  1. Python Script Integration Service deployed on the Gathr Analytics.
  2. Below libraries available on the Gathr Analytics: a. jsonpath_ng b. boto3
  3. All the required roles and permissions for the AWS CodeStar.
  4. Client Id, Client Secret and AWS hosted region for the AWS CodeStar

Note: Permission required for AWS CodeStar is : AWSCodeStarFullAccess

IMPORTANT: Please make sure your AWS CodeStar instance must be accessible from the Gathr Analytics Machine.

Operation Details:

Below are the list of all the python scripts operation for the AWS CodeStar:

S No.Operation NameDescription
1Describe ProjectDescribe Project of AWS CodeStar
2Describe User ProfileDescribe User Profile of AWS CodeStar
3List ProjectList Project of AWS CodeStar
4List ResourcesList all the Resources of AWS CodeStar
5List Tags for ProjectList all the Tags for Project of AWS CodeStar
6List User ProfilesList all the Users of AWS CodeStar
7List Team MembersList all the Team Members of AWS CodeStar

Steps to use AWS CodeStar on the Gathr Analytics:

The user needs to follow the below steps:

  1. The user needs to upload the CodeStar App on the Gathr Analytics and in return it will auto-register all the python scripts on the Gathr Analytics.
  2. The user needs to right click on the floor and needs to go to the Scripts->Operations-> AWS CodeStar.
  3. It will expose all the scripts operations here and the user can run any operation of his/her choice.
Top