Registry / cloud / aws-sdk-codecommit

aws-sdk-codecommit

JSON →
library1.101.0rbrubygemsunverified

Official AWS Ruby gem for AWS CodeCommit, part of the AWS SDK for Ruby.

gem install aws-sdk-codecommit
INSTALL
IMPORT
SIG · AWS-SDK-CODECOMMIT
A
aws-sdk-codecommit
cloudrubyv1.101.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Aws::CodeCommit
require 'aws-sdk-codecommit'

Create a client and list CodeCommit repositories.

require 'aws-sdk-codecommit' client = Aws::CodeCommit::Client.new(region: 'us-east-1') puts client.list_repositories.repositories.map(&:repository_name)
Debug
Known issues
gotchaRequires AWS credentials to be configured.
fix
Set up credentials via environment variables, shared credentials file, or IAM role.
affects: >= 1.0.0
Upgrade
Version history
1.101.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
28
Resources
aws-sdk-codecommit — gem install aws-sdk-codecommit · libregistry