Центр разработчика / ...
Ruby на AWS
Инструменты




Блоги
Total results: 97
-
Juli Tera, 27.03.2025Effective June 2, 2025, AWS SDK for Ruby Version 3 will no longer support following end-of-life (EOL) Ruby runtime versions: Ruby 2.5 (EOL began on 2021-04-05) Ruby 2.6 (EOL began on 2022-04-12) To ensure your applications and services remain secure, we strongly encourage you to upgrade to Ruby 2.7 or later. Moving forward, AWS SDK [...]
-
Matt Muller, 30.01.2024RBS is a language to describe the structure of Ruby programs. We are happy to announce that AWS SDK for Ruby V3 now supports RBS type signatures! RBS support is released in aws-sdk-core version 3.191.0 and in every service gem (such as aws-sdk-s3) that depends on this version of core. RBS signatures are currently code [...]
-
Matt Muller, 01.11.2023Starting November 22, 2023, AWS SDK for Ruby version 3 will no longer support these end of life (EOL) Ruby runtime versions: Ruby 2.3 – EOL began on 2019-03-31 Ruby 2.4 – EOL began on 2020-03-31 Since these versions are end-of-life, we have seen support drop within the Ruby community, including Bundler, Docker, and some [...]
-
Matt Muller, 12.01.2022What is this? The AWS SDK For Ruby team is happy to announce the developer preview of smithy-ruby, a toolchain that can be used to code generate a “white label” Ruby SDK for your service API using Smithy modeling. An upcoming future version of the AWS SDK For Ruby will use Smithy code generation. What [...]
Создание
Работа с DynamoDB
Несколько простых шагов для создания таблицы DynamoDB, добавления, чтения и обновления данных с помощью AWS SDK для Ruby.
Управление корзинами S3 с помощью Ruby
Набор коротких руководств по выполнению типичных операций над корзинами S3, таких как хранение и чтение корзин S3, шифрование файлов и многое другое.
Создание бессерверного приложения
Узнайте, как создать и запустить функцию Lambda из SDK Ruby. А также научитесь настраивать получение оповещений для функции Lambda.