awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

12 रिपॉजिटरी

Awesome GitHub RepositoriesAWS API Integrations

Libraries for connecting applications to AWS services via authentication and endpoint configuration.

Distinct from AWS Authentication Strategies: None of the candidates cover the general domain of integrating Go apps with the AWS API ecosystem without narrowing to specific security or provisioning tasks.

Explore 12 awesome GitHub repositories matching devops & infrastructure · AWS API Integrations. Refine with filters or upvote what's useful.

Awesome AWS API Integrations GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • aws/aws-sdk-goaws का अवतार

    aws/aws-sdk-go

    8,687GitHub पर देखें↗

    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

    Connects Go applications to AWS services by handling authentication, request signing, and endpoint configuration.

    Go
    GitHub पर देखें↗8,687
  • boto/botoboto का अवतार

    boto/boto

    6,430GitHub पर देखें↗

    Boto is a Python SDK and API wrapper for Amazon Web Services. It serves as a programmatic interface for managing and automating cloud infrastructure, mapping cloud-side resources to native Python objects and methods. The library provides tools for the programmatic control and orchestration of compute, storage, networking, and database resources. It enables the automation of infrastructure deployments and the management of virtual servers, container services, and serverless functions. Capability areas include identity and access management, cloud monitoring and observability, and the administ

    Provides libraries for connecting applications to the broad ecosystem of AWS services via authentication and endpoint configuration.

    Python
    GitHub पर देखें↗6,430
  • aws/aws-sdk-phpaws का अवतार

    aws/aws-sdk-php

    6,191GitHub पर देखें↗

    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

    Provides PHP client classes for every supported Amazon Web Service with structured responses.

    PHP
    GitHub पर देखें↗6,191
  • rundeck/rundeckrundeck का अवतार

    rundeck/rundeck

    6,145GitHub पर देखें↗

    Rundeck is a job scheduling and automation platform that enables organizations to execute operational tasks across servers, containers, and cloud APIs from a central web console or API. It functions as a multi-node command execution engine, allowing scripts and commands to run across distributed Linux and Windows nodes, and serves as a self-service operations portal that delegates specific tasks to authorized users without granting full system access. The platform also operates as an incident response automation tool, automatically triggering diagnostic and remediation workflows when monitorin

    Enables remote command execution on EC2 instances through the AWS Systems Manager service without opening network ports.

    Groovy
    GitHub पर देखें↗6,145
  • servicestack/servicestackServiceStack का अवतार

    ServiceStack/ServiceStack

    5,498GitHub पर देखें↗

    ServiceStack एक हाई-परफ़ॉर्मेंस .NET वेब फ़्रेमवर्क है जिसे दृढ़ता से टाइप किए गए अनुरोध और प्रतिक्रिया ऑब्जेक्ट्स का उपयोग करके टाइप-सेफ़ APIs बनाने के लिए डिज़ाइन किया गया है। यह एक मैसेज-आधारित API इंजन के रूप में कार्य करता है जो बिज़नेस लॉजिक को ट्रांसपोर्ट लेयर से अलग करता है, जिससे सेवाओं को HTTP, gRPC और विभिन्न मैसेज कतार प्रदाताओं सहित कई प्रोटोकॉल के माध्यम से उजागर किया जा सकता है। यह फ़्रेमवर्क अपने टाइप-सेफ़ API जनरेटर द्वारा प्रतिष्ठित है, जो कई भाषाओं में सेवा मेटाडेटा से नेटिव क्लाइंट SDKs और डेटा ट्रांसफर ऑब्जेक्ट्स का उत्पादन करता है। इसमें माइक्रोसर्विसेज ऑर्केस्ट्रेशन के लिए एक वितरित सेवा गेटवे, C# ऑब्जेक्ट्स को सीधे डेटाबेस रिकॉर्ड्स में अनुवादित करने के लिए एक कोड-फ़र्स्ट ORM, और सुरक्षित टोकन-आधारित एक्सेस के लिए एक केंद्रीकृत पहचान और एक्सेस प्रबंधन सिस्टम शामिल है। इसकी व्यापक क्षमता सतह Pub-Sub और सर्वर-सेंट इवेंट्स के माध्यम से एसिंक्रोनस मैसेजिंग और रीयल-टाइम इवेंट स्ट्रीमिंग को कवर करती है। यह JWT, API कीज़ और स्टेप-अप ऑथेंटिकेशन सहित एकीकृत ऑथेंटिकेशन फ़्लो के साथ-साथ JSON, XML, ProtoBuf और MessagePack जैसे फ़ॉर्मेट्स के लिए व्यापक डेटा सीरियलाइज़ेशन समर्थन प्रदान करता है। अतिरिक्त टूलिंग में ऑटोमेटेड CRUD API जनरेशन, बैकग्राउंड जॉब निष्पादन और प्रशासनिक डैशबोर्ड टेम्प्लेट्स शामिल हैं।

    Connects applications to Amazon Web Services managed offerings through a dedicated integration layer.

    C#c-sharpcsvframework
    GitHub पर देखें↗5,498
  • jorgebastida/awslogsjorgebastida का अवतार

    jorgebastida/awslogs

    4,992GitHub पर देखें↗

    awslogs, AWS CloudWatch से लॉग इवेंट्स को क्वेरी, फिल्टर और स्ट्रीम करने के लिए एक कमांड लाइन इंटरफ़ेस और टर्मिनल-आधारित उपयोगिता है। यह लॉग समूहों और स्ट्रीम को नेविगेट करने के लिए एक लॉग प्रबंधन टूल और क्लाउड-नेटिव व्यूअर के रूप में कार्य करता है। यह टूल वास्तविक समय में लॉग मॉनिटरिंग और डेटा समीक्षा को सरल बनाने के लिए JSON-फॉर्मेटेड लॉग से विशिष्ट फील्ड्स निकालने की क्षमताएं प्रदान करता है। यह समय के ऑफसेट, रेगुलर एक्सप्रेशन और कस्टम फिल्टर पैटर्न के उपयोग के माध्यम से सिस्टम समस्याओं को अलग करने की अनुमति देता है। यह उपयोगिता लॉग इवेंट रिट्रीवल और उपलब्ध लॉग समूहों और स्ट्रीम की लिस्टिंग को कवर करती है। यह समय-विंडो फिल्टरिंग के माध्यम से डेटा रिट्रीवल को सीमित करने और पैटर्न-आधारित फिल्टरिंग के माध्यम से डेटा वॉल्यूम को कम करने का समर्थन करती है।

    Integrates with AWS services using the official SDK for authentication and API communication.

    Python
    GitHub पर देखें↗4,992
  • usesend/usesendusesend का अवतार

    usesend/useSend

    4,402GitHub पर देखें↗

    useSend is an email marketing platform and transactional delivery system built to manage bulk campaigns and individual messages using AWS SES for delivery. It provides a RESTful API, an SMTP relay gateway, and a visual management interface for designing HTML templates and coordinating email broadcasts. The platform distinguishes itself by translating legacy SMTP traffic into modern API calls and implementing an event-driven webhook system. This system pushes real-time delivery, bounce, and click notifications to external servers using HMAC-SHA256 signed payloads to ensure authenticity. The s

    Integrates with AWS SES and SNS services to dispatch emails and monitor delivery statuses.

    TypeScriptemailhacktoberfestpostmark
    GitHub पर देखें↗4,402
  • aws/aws-sdk-javaaws का अवतार

    aws/aws-sdk-java

    4,194GitHub पर देखें↗

    AWS Java SDK जावा भाषा का उपयोग करके AWS क्लाउड इंफ्रास्ट्रक्चर और सेवाओं को प्रबंधित करने और उनके साथ इंटरैक्ट करने के लिए एक प्रोग्रामेटिक इंटरफेस और क्लाइंट लाइब्रेरी है। यह एक API रैपर के रूप में कार्य करता है जो जावा क्लासेस के एक मानक सेट के माध्यम से एप्लिकेशन को क्लाउड स्टोरेज, डेटाबेस और कंप्यूट संसाधनों से जोड़ता है। यह लाइब्रेरी उच्च-थ्रूपुट एसिंक्रोनस क्लाउड ऑपरेशंस का समर्थन करने के लिए एक नॉन-ब्लॉकिंग I/O मॉडल और फ्यूचर-आधारित रिक्वेस्ट हैंडलिंग प्रदान करती है। इसमें सर्वरलेस वातावरण में प्रारंभिक स्टार्टअप समय और कोल्ड स्टार्ट को कम करने के लिए सर्वरलेस प्रदर्शन अनुकूलन तंत्र शामिल हैं। SDK क्लाउड सेवा इंटरैक्शन के पूर्ण जीवनचक्र को प्रबंधित करता है, जिसमें मल्टी-पार्ट परिणाम सेट के लिए स्वचालित रिस्पॉन्स पेजिनेशन और एक चेन-आधारित क्रेडेंशियल रिज़ॉल्यूशन सिस्टम शामिल है जो सुरक्षा टोकन को लोड और रिफ्रेश करता है। इसमें एक प्लगेबल HTTP ट्रांसपोर्ट लेयर भी है, जो डिफ़ॉल्ट नेटवर्क क्लाइंट को रनटाइम पर कस्टम कार्यान्वयन के साथ बदलने की अनुमति देती है।

    Provides a comprehensive Java library for connecting applications to AWS services via authentication and endpoint configuration.

    Javaamazonawsaws-sdk
    GitHub पर देखें↗4,194
  • awslabs/aws-data-wranglerawslabs का अवतार

    awslabs/aws-data-wrangler

    4,107GitHub पर देखें↗

    यह प्रोजेक्ट एक AWS pandas एकीकरण लाइब्रेरी और डेटा पाइपलाइन फ्रेमवर्क है जिसे स्थानीय मेमोरी और AWS स्टोरेज और एनालिटिक्स सेवाओं के बीच डेटा की आवाजाही और रूपांतरण को सरल बनाने के लिए डिज़ाइन किया गया है। यह एक क्लाउड डेटा लेक टूलकिट और स्टोरेज फाइल मैनेजर के रूप में कार्य करता है, जो उपयोगकर्ताओं को विभिन्न क्लाउड वातावरणों में संरचित डेटा को पढ़ने, लिखने और बदलने की अनुमति देता है। लाइब्रेरी एक डिस्ट्रीब्यूटेड कंप्यूट ऑर्केस्ट्रेटर के रूप में खुद को अलग करती है जो EMR जैसे वातावरण में क्लस्टर्स को प्रबंधित करने में सक्षम है ताकि उन डेटासेट्स को प्रोसेस किया जा सके जो एक मशीन की मेमोरी सीमा से अधिक हैं। यह वेक्टर इंडेक्स को प्रबंधित करने और क्लाउड स्टोरेज बकेट्स के भीतर समानता खोज (similarity searches) करने के लिए विशेष क्षमताएं भी प्रदान करती है। इसकी व्यापक क्षमता सतह DynamoDB, RDS और Timestream जैसी सेवाओं के लिए क्लाउड डेटाबेस ETL, और AWS Glue के माध्यम से क्लाउड डेटा कैटलॉग प्रबंधन को कवर करती है। यह Athena और Redshift के माध्यम से सर्वरलेस डेटा एनालिटिक्स का समर्थन करती है, और S3 ऑब्जेक्ट्स को प्रबंधित करने, OpenSearch में दस्तावेजों को इंडेक्स करने और CloudWatch लॉग्स का विश्लेषण करने के लिए यूटिलिटीज प्रदान करती है।

    Executes SQL queries and inserts data into database instances using a managed cloud data API.

    Python
    GitHub पर देखें↗4,107
  • aws/aws-sdk-pandasaws का अवतार

    aws/aws-sdk-pandas

    4,107GitHub पर देखें↗

    aws-sdk-pandas एक Python लाइब्रेरी है जो pandas डेटाफ्रेम्स को AWS सेवाओं के साथ एकीकृत करती है, जो एक क्लाउड डेटा ETL टूल और डेटा लेक कनेक्टर के रूप में कार्य करती है। यह इन-मेमोरी डेटाफ्रेम्स और क्लाउड स्टोरेज, डेटाबेस और डेटा वेयरहाउस के बीच डेटा को स्थानांतरित और बदलने के लिए एक एकीकृत इंटरफेस प्रदान करती है। प्रोजेक्ट एक डिस्ट्रीब्यूटेड कंप्यूट ऑर्केस्ट्रेटर के रूप में खुद को अलग करता है जो एक मशीन की मेमोरी से अधिक डेटासेट्स को संभालने के लिए EMR क्लस्टर्स और सर्वरलेस प्रोसेसिंग वातावरण में pandas-आधारित वर्कफ़्लो सबमिट करने में सक्षम है। यह एक मशीन की मेमोरी से अधिक डेटासेट्स को संभालने के लिए Ray क्लस्टर इनिशियलाइज़ेशन के माध्यम से डिस्ट्रीब्यूटेड डेटा प्रोसेसिंग के समन्वय में और विशेषज्ञता रखता है। लाइब्रेरी क्षमताओं की एक विस्तृत श्रृंखला को कवर करती है, जिसमें S3 के लिए ऑब्जेक्ट स्टोरेज प्रबंधन, Athena और Redshift के लिए SQL क्वेरी निष्पादन, और NoSQL, ग्राफ और टाइम-सीरीज डेटाबेस के साथ एकीकरण शामिल है। इसमें Glue कैटलॉग के माध्यम से मेटाडेटा प्रबंधन, OpenSearch डेटा इंडेक्सिंग, और QuickSight में बिजनेस इंटेलिजेंस एसेट्स का प्रबंधन करने के लिए यूटिलिटीज भी शामिल हैं। अतिरिक्त कार्यक्षमता में सीक्रेट्स प्राप्त करना, CloudWatch लॉग्स का विश्लेषण करना और डेटा गुणवत्ता नियम सेट प्रबंधित करना शामिल है।

    Provides a secure interface to execute SQL queries and insert data into relational databases using the RDS Data API.

    Pythonamazon-athenaamazon-sagemaker-notebookapache-arrow
    GitHub पर देखें↗4,107
  • aws-powertools/powertools-lambda-pythonaws-powertools का अवतार

    aws-powertools/powertools-lambda-python

    3,267GitHub पर देखें↗

    AWS Powertools for Python is a utility framework designed for building production-ready Python functions on AWS Lambda. It provides a comprehensive suite of tools for observability, event parsing, routing, and idempotency management to streamline the development of serverless applications. The project distinguishes itself through specialized capabilities for event-driven architectures and AI agent orchestration. It enables the implementation of AI agents by exposing functions as tools via OpenAPI schemas and managing conversation states. Additionally, it features an idempotency library that p

    Uses pre-defined models to structure and validate events coming from standard AWS cloud services.

    Pythonawsaws-lambdalambda
    GitHub पर देखें↗3,267
  • googlecloudplatform/functions-framework-pythonGoogleCloudPlatform का अवतार

    GoogleCloudPlatform/functions-framework-python

    969GitHub पर देखें↗

    Functions Framework for Python पोर्टेबल सर्वरलेस फ़ंक्शंस बनाने और डिप्लॉय करने के लिए डिज़ाइन की गई एक लाइब्रेरी है। यह डेवलपर्स को मॉड्यूलर कोड लिखने में सक्षम बनाती है जो आने वाले HTTP अनुरोधों या क्लाउड इवेंट्स के जवाब में निष्पादित होता है, जिससे अंतर्निहित सर्वर इंफ्रास्ट्रक्चर या जटिल अनुरोध हैंडलिंग लॉजिक को मैनेज करने की आवश्यकता समाप्त हो जाती है। यह फ्रेमवर्क एक सुसंगत रनटाइम वातावरण प्रदान करके खुद को अलग बनाता है जो कोड को पोर्टेबल कंटेनर इमेज में पैकेज करता है, जिससे विभिन्न क्लाउड-नेटिव प्लेटफ़ॉर्म पर समान व्यवहार सुनिश्चित होता है। यह फ़ंक्शन एंट्री पॉइंट्स को परिभाषित करने के लिए डेकोरेटर-आधारित पंजीकरण का उपयोग करता है और इसमें एक स्थानीय डेवलपमेंट सर्वर शामिल है जो प्रोडक्शन वातावरण का अनुकरण करता है, जिससे डिप्लॉयमेंट से पहले स्थानीय मशीन पर परीक्षण और डीबगिंग की अनुमति मिलती है। यह फ्रेमवर्क आने वाले वेब अनुरोधों और क्लाउड इवेंट्स को संरचित ऑब्जेक्ट्स में अनुवादित करता है, जो मानकीकृत इवेंट स्कीमा परिभाषाओं और गेटवे इंटरफ़ेस प्रोटोकॉल का पालन करता है। इसमें अपवादों को प्रबंधित करने और फ़ंक्शन निष्पादन के दौरान कस्टम प्रतिक्रियाओं को सुविधाजनक बनाने के लिए केंद्रीकृत त्रुटि इंटरसेप्शन भी शामिल है।

    Parses incoming event data from cloud services into structured objects to simplify backend workflow integration.

    Python
    GitHub पर देखें↗969
  1. Home
  2. DevOps & Infrastructure
  3. AWS API Integrations

सब-टैग एक्सप्लोर करें

  • AWS Systems Manager ExecutionsRemote command execution on EC2 instances via the AWS Systems Manager agent without requiring open network ports. **Distinct from AWS API Integrations:** Distinct from AWS API Integrations: focuses specifically on executing commands through the SSM agent, not general AWS API integration.
  • Cloud Service Event ModelsPre-defined data models used to structure and validate events originating from cloud provider services. **Distinct from AWS API Integrations:** Focuses on the data structure and validation of the event payload rather than the API connection logic.
  • Data API IntegrationsIntegrations specifically utilizing cloud-native data APIs for database interaction. **Distinct from AWS API Integrations:** Distinct from AWS API Integrations: focuses on the data-plane API for SQL execution and ingestion rather than general service configuration.
  • PHP AWS IntegrationsProvides PHP client classes for every AWS service API with structured responses and automatic authentication. **Distinct from AWS API Integrations:** Distinct from AWS API Integrations: specifically targets PHP language bindings for all AWS services, not general API integration.