awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to boto/botocore

Open-source alternatives to Botocore

30 open-source projects similar to boto/botocore, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Botocore alternative.

  • akka/akka-coreakka avatar

    akka/akka-core

    13,272View on GitHub↗

    Akka Core is an actor model framework and asynchronous concurrency library used for building scalable and resilient distributed systems. It provides a distributed computing platform and fault tolerant runtime that manages communication and state across networked nodes. The system uses location-transparent messaging and a cluster management system to organize nodes into high-availability architectures. This allows for the creation of elastic clusters that scale resources on demand and coordinate distributed workloads. The platform handles concurrent state management and distributed systems or

    Scala
    View on GitHub↗13,272
  • ansible/ansibleansible avatar

    ansible/ansible

    68,968View on GitHub↗

    Ansible is an agentless infrastructure automation engine designed to manage remote servers and network devices. It functions as a cross-platform orchestration tool that coordinates system updates, software installations, and service configurations from a centralized management workstation. By utilizing a declarative approach, it allows users to define desired system states through human-readable configuration files, ensuring consistency across distributed environments. The platform operates by establishing secure shell connections to target nodes, eliminating the need for persistent agent sof

    Pythonansiblepython
    View on GitHub↗68,968
  • apple/containerapple avatar

    apple/container

    37,726View on GitHub↗

    This project serves as a technical educational resource and software implementation example focused on dependency injection architecture and containerized application packaging. It provides a centralized framework for managing the lifecycle and configuration of application components, allowing objects to receive their dependencies from a registry rather than creating them internally. The project distinguishes itself by offering a type-safe service resolution mechanism that uses language-level information to map abstract interfaces to concrete implementations. By utilizing an inversion of cont

    Swift
    View on GitHub↗37,726

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • appoxy/awsappoxy avatar

    appoxy/aws

    235View on GitHub↗

    Amazon Web Services (AWS) Ruby Gem

    Ruby
    View on GitHub↗235
  • aristidb/awsaristidb avatar

    aristidb/aws

    245View on GitHub↗

    Amazon Web Services for Haskell

    Haskell
    View on GitHub↗245
  • asciimoo/drawilleasciimoo avatar

    asciimoo/drawille

    3,242View on GitHub↗

    Pixel graphics in terminal with unicode braille characters

    Python
    View on GitHub↗3,242
  • aws/aws-cliaws avatar

    aws/aws-cli

    17,059View on GitHub↗

    The AWS Command Line Interface is a terminal tool and API client used to manage and automate Amazon Web Services infrastructure. It functions as a cloud resource management tool that allows for the creation, configuration, and modification of cloud services through a unified set of commands. The tool provides mechanisms to route authenticated requests to global and region-specific service endpoints. It manages identity keys and access profiles through environment variables and configuration files to authenticate requests across different cloud accounts. The interface supports cloud resource

    Pythonawsaws-clicloud
    View on GitHub↗17,059
  • aws/aws-iot-device-sdk-arduino-yunaws avatar

    aws/aws-iot-device-sdk-arduino-yun

    162View on GitHub↗

    SDK for connecting to AWS IoT from an Arduino Yún.

    Python
    View on GitHub↗162
  • aws/aws-iot-device-sdk-embedded-caws avatar

    aws/aws-iot-device-sdk-embedded-C

    1,053View on GitHub↗

    SDK for connecting to AWS IoT from a device using embedded C.

    C
    View on GitHub↗1,053
  • aws/aws-iot-device-sdk-jsaws avatar

    aws/aws-iot-device-sdk-js

    967View on GitHub↗

    SDK for connecting to AWS IoT from a device using JavaScript/Node.js

    JavaScript
    View on GitHub↗967
  • aws/aws-sdk-androidaws avatar

    aws/aws-sdk-android

    1,074View on GitHub↗

    AWS SDK for Android. For more information, see our web site:

    Java
    View on GitHub↗1,074
  • aws/aws-sdk-goaws avatar

    aws/aws-sdk-go

    8,687View on GitHub↗

    The AWS SDK for Go is a software development kit and cloud infrastructure library used to programmatically interact with AWS cloud services. It provides a programmatic interface for authenticating requests, executing operations against regional endpoints, and automating the creation and management of cloud resources. The toolkit utilizes model-driven code generation to create service clients and employs a session-based configuration system to share credentials and global settings across those clients. It implements signature-based request authentication to verify identity and integrity throug

    Go
    View on GitHub↗8,687
  • aws/aws-sdk-iosaws avatar

    aws/aws-sdk-ios

    1,704View on GitHub↗

    AWS SDK for iOS. For more information, see our web site:

    Objective-C
    View on GitHub↗1,704
  • aws/aws-sdk-javaaws avatar

    aws/aws-sdk-java

    4,194View on GitHub↗

    The AWS Java SDK is a programmatic interface and client library for managing and interacting with AWS cloud infrastructure and services using the Java language. It serves as an API wrapper that connects applications to cloud storage, databases, and compute resources through a standardized set of Java classes. The library provides a non-blocking I/O model and future-based request handling to support high-throughput asynchronous cloud operations. It includes mechanisms for serverless performance optimization to reduce initial startup times and cold starts in those environments. The SDK manages

    Javaamazonawsaws-sdk
    View on GitHub↗4,194
  • aws/aws-sdk-jsaws avatar

    aws/aws-sdk-js

    7,619View on GitHub↗

    The AWS SDK for JavaScript is a programmatic interface and API client used to manage, automate, and orchestrate AWS cloud infrastructure and services. It provides a set of tools for controlling compute, storage, and networking resources from Node.js and web browser environments. The project includes a modular asset bundler that allows for the creation of specialized service bundles. This mechanism enables the selection of specific service modules at build time to reduce the final JavaScript payload size for frontend cloud integrations. The SDK covers a broad range of cloud management capabil

    JavaScript
    View on GitHub↗7,619
  • aws/aws-sdk-netaws avatar

    aws/aws-sdk-net

    117View on GitHub↗

    The official AWS SDK for .NET. For more information on the AWS SDK for .NET, see our web site:

    C#
    View on GitHub↗117
  • aws/aws-sdk-phpaws avatar

    aws/aws-sdk-php

    6,191View on GitHub↗

    The AWS SDK for PHP is a software development kit that provides HTTP client classes for every supported Amazon Web Service, enabling PHP applications to send authenticated requests and receive structured, typed response objects. It includes a credential resolution chain that automatically locates credentials from environment variables, instance profiles, or configuration files, and supports promise-based asynchronous execution for running multiple API calls concurrently to improve throughput. The SDK distinguishes itself through a middleware pipeline architecture that allows interception and

    PHP
    View on GitHub↗6,191
  • aws/aws-sdk-php-laravelaws avatar

    aws/aws-sdk-php-laravel

    1,713View on GitHub↗

    A Laravel 6+ service provider for the AWS SDK for PHP

    PHP
    View on GitHub↗1,713
  • aws/aws-sdk-php-silexaws avatar

    aws/aws-sdk-php-silex

    81View on GitHub↗

    Simple Silex service provider for including the AWS SDK for PHP

    PHP
    View on GitHub↗81
  • aws/aws-sdk-php-zf2aws avatar

    aws/aws-sdk-php-zf2

    104View on GitHub↗

    ZF2 module for using the AWS SDK for PHP to interact with AWS services like S3, DynamoDB, SQS, EC2, etc.

    PHP
    View on GitHub↗104
  • aws/aws-sdk-railsaws avatar

    aws/aws-sdk-rails

    615View on GitHub↗

    Official repository for the aws-sdk-rails gem, which integrates the AWS SDK for Ruby with Ruby on Rails.

    Ruby
    View on GitHub↗615
  • aws/aws-sdk-rubyaws avatar

    aws/aws-sdk-ruby

    3,658View on GitHub↗

    The official AWS SDK for Ruby

    Ruby
    View on GitHub↗3,658
  • aws/aws-sdk-unityaws avatar

    aws/aws-sdk-unity

    104View on GitHub↗

    ARCHIVED: The aws sdk for unity is now distributed as a part of aws sdk for dotnet:

    C#
    View on GitHub↗104
  • awslabs/aws-auto-scaling-console-sampleawslabs avatar

    awslabs/aws-auto-scaling-console-sample

    22View on GitHub↗

    Sample project to demonstrate usage of the AWS SDK for .NET and the Toolkit for Visual Studio

    C#
    View on GitHub↗22
  • awslabs/aws-java-sampleawslabs avatar

    awslabs/aws-java-sample

    241View on GitHub↗

    Sample project to demonstrate usage of the AWS SDK for Java

    Java
    View on GitHub↗241
  • awslabs/aws-nodejs-sampleawslabs avatar

    awslabs/aws-nodejs-sample

    306View on GitHub↗

    Sample project to demonstrate usage of the AWS SDK for Node.js

    JavaScript
    View on GitHub↗306
  • awslabs/aws-php-sampleawslabs avatar

    awslabs/aws-php-sample

    88View on GitHub↗

    Sample project to demonstrate usage of the AWS SDK for PHP

    PHP
    View on GitHub↗88
  • awslabs/aws-python-sampleawslabs avatar

    awslabs/aws-python-sample

    208View on GitHub↗

    Sample project to demonstrate usage of the AWS SDK for Python

    Python
    View on GitHub↗208
  • awslabs/aws-ruby-sampleawslabs avatar

    awslabs/aws-ruby-sample

    32View on GitHub↗

    Sample project to demonstrate usage of the AWS SDK for Ruby

    Ruby
    View on GitHub↗32
  • addyosmani/psiA

    addyosmani/psi

    0View on GitHub↗
    View on GitHub↗0