Ruby na AWS

Ferramentas, documentos e código de exemplo para desenvolver aplicações na Nuvem AWS

Ferramentas

Baixe as ferramentas necessárias para executar aplicações Ruby na AWS
Comece a usar
SDK para Ruby
Esse SDK fornece classes do Ruby para muitos serviços da AWS, incluindo Amazon S3, Amazon EC2, DynamoDB e muito mais.
Baixar o SDK »
Serviços
Plugin do AWS Rails SDK
Um plugin Ruby on Rails que se integra aos produtos da AWS com sua aplicação usando a versão mais recente do AWS SDK para Ruby.
 Clonar no GitHub »
Soluções
Extensão AWS Record SDK
Uma abstração de mapeamento de dados pelo cliente do AWS SDK para Ruby do Amazon DynamoDB.
 Clonar no GitHub »
Biblioteca digital
Ruby no IDE Cloud9
O AWS Cloud9 é um IDE baseado na nuvem que permite escrever, executar e depurar código usando apenas um navegador. Ele inclui um editor de código, um depurador e um terminal.
Começar a usar »

Blogs

Showing results: 1-4
Total results: 96
Nenhum blog correspondente aos critérios foi encontrado.
  • Matt Muller, 30/01/2024
    RBS 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/2023
    Starting 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/2022
    What 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 [...]
  • Matt Muller, 19/03/2021
    Starting September 1, 2021, AWS SDK For Ruby will no longer support these end of life (EOL) Ruby runtime versions: Ruby 1.9.3 – EOL began on 2015-02-23 Ruby 2.0.0 – EOL began on 2016-02-24 Ruby 2.1 – EOL began on 2017-03-31 Ruby 2.2 – EOL began on 2018-03-31 Since these versions have long passed end-of-life, [...]
Ver mais blogs técnicos »

Construir

Trabalhar com o DynamoDB

Siga algumas etapas simples para criar uma tabela do DynamoDB, adicionar, ler e atualizar dados com o AWS SDK para Ruby.

Começar a usar »

Gerenciar buckets do S3 com o Ruby

Uma coleção de tutoriais breves para executar operações comuns com buckets do S3, como armazenamento e leitura de buckets do S3, criptografia de arquivos e muito mais.

Começar a usar »

Criar uma aplicação sem servidor

Saiba como criar e executar uma função do Lambda a partir do Ruby SDK. Saiba também como configurar sua função do Lambda para receber notificações.

Começar a usar »

Esta página foi útil para você?