paws.common - Paws Low-Level Amazon Web Services API
Functions for making low-level API requests to Amazon Web Services <https://aws.amazon.com>. The functions handle building, signing, and sending requests, and receiving responses. They are designed to help build higher-level interfaces to individual services, such as Simple Storage Service (S3).
Last updated
awsaws-sdkcpp
11.18 score 346 stars 46 dependents 19 scripts 16k downloadspaws - Amazon Web Services Software Development Kit
Interface to Amazon Web Services <https://aws.amazon.com>, including storage, database, and compute services, such as 'Simple Storage Service' ('S3'), 'DynamoDB' 'NoSQL' database, and 'Lambda' functions-as-a-service.
Last updated
awsaws-sdk
11.05 score 346 stars 10 dependents 263 scripts 3.9k downloadspaws.storage - 'Amazon Web Services' Storage Services
Interface to 'Amazon Web Services' storage services, including 'Simple Storage Service' ('S3') and more <https://aws.amazon.com/>.
Last updated
awsaws-sdk
10.00 score 346 stars 24 dependents 38 scripts 10k downloadspaws.management - 'Amazon Web Services' Management & Governance Services
Interface to 'Amazon Web Services' management and governance services, including 'CloudWatch' application and infrastructure monitoring, 'Auto Scaling' for automatically scaling resources, and more <https://aws.amazon.com/>.
Last updated
awsaws-sdk
8.81 score 346 stars 14 dependents 2 scripts 4.2k downloadspaws.security.identity - 'Amazon Web Services' Security, Identity, & Compliance Services
Interface to 'Amazon Web Services' security, identity, and compliance services, including the 'Identity & Access Management' ('IAM') service for managing access to services and resources, and more <https://aws.amazon.com/>.
Last updated
awsaws-sdk
8.80 score 346 stars 14 dependents 3 scripts 4.1k downloadspaws.compute - 'Amazon Web Services' Compute Services
Interface to 'Amazon Web Services' compute services, including 'Elastic Compute Cloud' ('EC2'), 'Lambda' functions-as-a-service, containers, batch processing, and more <https://aws.amazon.com/>.
Last updated
awsaws-sdk
8.77 score 346 stars 14 dependents 2 scripts 3.9k downloadspaws.developer.tools - 'Amazon Web Services' Developer Tools Services
Interface to 'Amazon Web Services' developer tools services, including version control, continuous integration and deployment, and more <https://aws.amazon.com/products/developer-tools/>.
Last updated
awsaws-sdk
8.73 score 346 stars 12 dependents 4.1k downloadspaws.machine.learning - 'Amazon Web Services' Machine Learning Services
Interface to 'Amazon Web Services' machine learning services, including 'SageMaker' managed machine learning service, natural language processing, speech recognition, translation, and more <https://aws.amazon.com/machine-learning/>.
Last updated
awsaws-sdk
8.70 score 346 stars 12 dependents 3.8k downloadspaws.analytics - 'Amazon Web Services' Analytics Services
Interface to 'Amazon Web Services' 'analytics' services, including 'Elastic MapReduce' 'Hadoop' and 'Spark' big data service, 'Elasticsearch' search engine, and more <https://aws.amazon.com/>.
Last updated
awsaws-sdk
8.67 score 346 stars 11 dependents 3.9k downloadspaws.customer.engagement - 'Amazon Web Services' Customer Engagement Services
Interface to 'Amazon Web Services' customer engagement services, including 'Simple Email Service', 'Connect' contact center service, and more <https://aws.amazon.com/>.
Last updated
awsaws-sdk
8.65 score 346 stars 11 dependents 3.7k downloadspaws.cost.management - 'Amazon Web Services' Cost Management Services
Interface to 'Amazon Web Services' cost management services, including cost and usage reports, budgets, pricing, and more <https://aws.amazon.com/>.
Last updated
awsaws-sdk
8.64 score 346 stars 11 dependents 3.7k downloadspaws.database - 'Amazon Web Services' Database Services
Interface to 'Amazon Web Services' database services, including 'Relational Database Service' ('RDS'), 'DynamoDB' 'NoSQL' database, and more <https://aws.amazon.com/>.
Last updated
awsaws-sdk
8.61 score 346 stars 11 dependents 3 scripts 3.4k downloadspaws.application.integration - 'Amazon Web Services' Application Integration Services
Interface to 'Amazon Web Services' application integration services, including 'Simple Queue Service' ('SQS') message queue, 'Simple Notification Service' ('SNS') publish/subscribe messaging, and more <https://aws.amazon.com/>.
Last updated
awsaws-sdk
8.60 score 346 stars 11 dependents 3.4k downloadspaws.networking - 'Amazon Web Services' Networking & Content Delivery Services
Interface to 'Amazon Web Services' networking and content delivery services, including 'Route 53' Domain Name System service, 'CloudFront' content delivery, load balancing, and more <https://aws.amazon.com/>.
Last updated
awsaws-sdk
8.60 score 346 stars 11 dependents 3.3k downloadspaws.end.user.computing - 'Amazon Web Services' End User Computing Services
Interface to 'Amazon Web Services' end user computing services, including collaborative document editing, mobile intranet, and more <https://aws.amazon.com/>.
Last updated
awsaws-sdk
8.59 score 346 stars 11 dependents 3.2k downloads
noctua - Connect to 'AWS Athena' using R 'AWS SDK' 'paws' ('DBI' Interface)
Designed to be compatible with the 'R' package 'DBI' (Database Interface) when connecting to Amazon Web Service ('AWS') Athena <https://aws.amazon.com/athena/>. To do this the 'R' 'AWS' Software Development Kit ('SDK') 'paws' <https://github.com/paws-r/paws> is used as a driver.
Last updated
athenaawsdatabase
7.90 score 46 stars 65 scripts 1.3k downloadsRAthena - Connect to 'AWS Athena' using 'Boto3' ('DBI' Interface)
Designed to be compatible with the R package 'DBI' (Database Interface) when connecting to Amazon Web Service ('AWS') Athena <https://aws.amazon.com/athena/>. To do this 'Python' 'Boto3' Software Development Kit ('SDK') <https://boto3.amazonaws.com/v1/documentation/api/latest/index.html> is used as a driver.
Last updated
athenaawsboto3database
7.06 score 37 stars 44 scripts 876 downloadspaws.business.applications - 'Amazon Web Services' Business Applications Services
Interface to 'Amazon Web Services' business applications services, including online meetings and video conferencing, email and calendar service, and more <https://aws.amazon.com/>.
Last updated
awsaws-sdk
6.56 score 346 starss3fs - 'Amazon Web Service S3' File System
Access 'Amazon Web Service Simple Storage Service' ('S3') <https://aws.amazon.com/s3/> as if it were a file system. Interface based on the R package 'fs'.
Last updated
awsaws-s3fsminio
5.34 score 46 stars 1 dependents 16 scripts 570 downloadsllmjson - Repair Malformed JSON Strings
Repairs malformed JSON strings, particularly those generated by Large Language Models. Handles missing quotes, trailing commas, unquoted keys, and other common JSON syntax errors.
Last updated
rustcargo
4.00 score 4 stars 3 scripts 450 downloadsheck - Highly Performant String Case Converter
Provides a case conversion between common cases like CamelCase and snake_case. Using the 'rust crate heck' <https://github.com/withoutboats/heck> as the backend for a highly performant case conversion for 'R'.
Last updated
rustcargo
3.95 score 9 stars 6 scripts 555 downloadsurlparse - Fast Simple URL Parser
A fast and simple 'URL' parser package for 'R'. This package provides functions to parse 'URLs' into their components, such as scheme, user, password, host, port, path, query, and fragment.
Last updated
cppurlurl-parserurlparsercpp
3.54 score 7 stars 1 scripts 189 downloadssmdocker - Build 'Docker Images' in 'Amazon SageMaker Studio' using 'Amazon Web Service CodeBuild'
Allows users to easily build custom 'docker images' <https://docs.docker.com/> from 'Amazon Web Service Sagemaker' <https://aws.amazon.com/sagemaker/> using 'Amazon Web Service CodeBuild' <https://aws.amazon.com/codebuild/>.
Last updated
3.40 score 5 stars 4 scripts 768 downloadssagemaker.core - Sagemaker core classes, methods and functions
Contains core classes, methods and functions that support `AWS Sagemaker R Software Development Kit (SDK)`.
Last updated
amazon-sagemakerawsmachine-learningsagemakersdk
2.88 score 5 dependents 1 scriptssagemaker.debugger - R6sagemaker debugger for sagemaker operations
`R6sagemaker` debugger for sagemaker operations.
Last updated
amazon-sagemakerawsmachine-learningsagemakersdk
2.88 score 5 dependentssagemaker.common - R6sagemaker lower level api calls
`R6sagemaker` lower level api calls.
Last updated
amazon-sagemakerawssagemakersdk
2.78 score 4 dependentssagemaker - R SDK for `AWS Sagemaker`
A library for training and deploying machine learning models on Amazon SageMaker <https://aws.amazon.com/sagemaker/> using R through `paws SDK`.
Last updated
amazon-sagemakerawsmachine-learningsagemakersdk
2.78 score 12 stars 6 scriptssagemaker.mlcore - sagemaker machine learning core classes and methods
`sagemaker` machine learning core classes and methods.
Last updated
amazon-sagemakerawsmachine-learningsagemakersdk
2.65 score 3 dependentssagemaker.mlframework - sagemaker machine learning developed by amazon
`sagemaker` machine learning developed by amazon.
Last updated
amazon-sagemakerawsmachine-learningsagemakersdk
2.48 score 2 dependentsweburl - Parse Urls
What the package does (one paragraph).
Last updated
rustcargo
2.18 score 3 stars 10 scriptssagemaker.workflow - sagemaker pipeline and workflows
`sagemaker` pipeline and workflows.
Last updated
2.18 score 1 dependentsConfigINI - A Fast INI File Parser
Provides a simple yet efficient parser for INI configuration files, converting them into structured list formats for easy manipulation and access within R. The structured list can seamlessly be written back to an INI configuration file, ensuring smooth round-trip data handling.
Last updated
inicpp
1.70 score 1 stars