
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
This is the Version 0 of the alis-sdk-ruby gem.
Please read through this README.md
and alis-sdk-ruby.gemspec
then tailor it with your gem needs before serving it for any official usage or gem publishing. If you have any questions, issue or feature requests for this generated gem, feel free to open an issue or PR againt AWS SDK for Ruby
Initialize a service client and list all operations available.
require 'alis-sdk-ruby'
client = AlisSdkRuby::Client.new
puts client.operation_names
For each operation usage example, see lib/client.rb
documentation block per operation
For operations used custom authorizer, you can provide your own authorizer token logic at lib/plugins/authorizer.rb
under method generate_token
. For more information, please see here.
For those API requets that are authenticated with AWS Credentials (e.g. IAM roles), you would need to configure :credentials
and :region
that helps sigining request with AWS Signature V4. You can also provide those information via your environment:
The SDK searches the following locations for credentials:
ENV['AWS_ACCESS_KEY_ID']
and ENV['AWS_SECRET_ACCESS_KEY']
ENV['AWS_SDK_CONFIG_OPT_OUT']
is set, the shared configuration files (~/.aws/credentials
and ~/.aws/config
) will be checked for a role_arn
and source_profile
, which if present will be used to attempt to assume a role.~/.aws/credentials
(more information)ENV['AWS_SDK_CONFIG_OPT_OUT']
is set, the shared configuration ini file at ~/.aws/config
will also be parsed for credentials.The SDK searches the following locations for a region:
ENV['AWS_REGION']
ENV['AWS_SDK_CONFIG_OPT_OUT']
is set, the shared configuration files (~/.aws/credentials
and ~/.aws/config
) will also be checked for a region selection.Valid region and credentials options are:
:region
- A string like us-west-2
.:credentials
- An instance of one of the following classes:Aws::Credentials
Aws::SharedCredentials
Aws::InstanceProfileCredentials
Aws::AssumeRoleCredentials
Simply provide an :api_key
value when calling an API along with other params, this value will be picked up in the x-api-key
header value.
DEFAULT: This library is distributed under the Apache License, version 2.0
Feel free to change your license specification here and at alis-sdk-ruby.gemspec
FAQs
Unknown package
We found that alis-sdk-ruby demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.