Showing posts with label AWS SDK. Show all posts
Showing posts with label AWS SDK. Show all posts

Wednesday, 25 September 2019

Data API Assisted By Amazon Aurora Serverless PostgreSQL

You can access Amazon Aurora Serverless PostgreSQL with the help of built-in Data API, that allows you to access Aurora Serverless with web services-based applications. Specially, Amazon Aurora can be accessed seamlessly from AWS Lambda, AWS AppSync, and AWS Cloud9. The Data API lets you concentrate on creating your applications excluding all troubles of handling database connections or connection pools. Rather, you can use SQL commands against Amazon Aurora Serverless cluster by only calling HTTPS API endpoint offered by the Data API. The Data API handles database connections and returning data. As Data API holds database credentials saved in AWS Secrets Manager, you don’t require to give credentials in API calls. The users utilizing AWS Lambda, the Data API gives a certain method to access your database excluding the extra raised for Lambda functions to be initiated in Amazon VPC. Integration with the AWS SDK gives programmatic interface to run SQL statements with parameters, transaction execution, and batch updates. Data API is accessible US East (N.Virginia, Ohio), US West (Oregon), Asia Pacific(Tokyo) and Europe(Ireland) AWS Regions. And it supports PostgreSQL-compatible and MySQL-compatible Aurora Serverless databases. To get further information to start with Data API containing directions, refer documentation.

Wednesday, 17 July 2019

Now Amazon Kinesis Video Producer SDK Provides Support in C

Amazon Kinesis Video Streams is an entirely controlled AWS service which can utilize to stream live video from devices to the AWS Cloud, or create applications for real-time video processing or batch-oriented video analytics. Also allows you to playback video for live and on-demand viewing, and faster create applications which use benefit of computer vision and video analytics via integration with Amazon Recognition Video, and libraries for ML frameworks such as Apache MxNet, TensorFlow, and OpenCV. The Amazon Kinesis Video Streams Producer libraries are a group of libraries which are segment of the Kinesis Video Streams Producer SDK. Amazon Kinesis Video Streams producer SDKs are free and open software libraries for creating applications which can stream audio and video data straight from an edge device to the AWS cloud for durable storage, playback, and machine learning based processing. Now Amazon Kinesis Video Streams producer SDK is accessible in C. Now developers can pick between C, C++, and Java SDKs to create streaming applications that top fits their edge device platform with this new feature support of producer SDK in C. Linux, MacOS, Windows, and Raspbian platforms can access Producer SDK in C and also further obtainable as a Docker container for deployment. Refer documentation to get more detail information about this feature and region table to get the full list where Amazon Kinesis Video Streams is available.

Thursday, 11 July 2019

AWS South America (São Paulo) Region Can Access Cloud Map

AWS Cloud Map is a cloud resource discovery service. You can describe custom names with the AWS Cloud Map for your application resources like Amazon ECS tasks, Amazon EC2 instances, Amazon S3 buckets, Amazon DynamoDB tables, Amazon SQS queues, or any other cloud resource, and it keeps the updated place of these dynamically altering resources. This expands your application accessibility as your web service consistently finds the extremely recent locations and meteadata of cloud resources with the help of AWS SDK and valid API queries. Also AWS Cloud Map lets you to register any application resources, like databases, queues, microservices, and many other cloud resources, with custom names. And later AWS Cloud Map repeatedly reviews the health of resources to certify the location is recent. The application can then ask the registry for the location of the resources required formed on the application version and deployment domains. Now this AWS Cloud Map feature is accessible in the AWS South America (São Paulo) Region. AWS Cloud Map is a greatly accessible, managed service with fast switch propagation. To get the complete list of AWS Regions where AWS Cloud Map is accessible, refer AWS Region Table.

Unlocking Enterprise Knowledge: Building Scalable RAG Solutions on AWS

Is your enterprise AI assistant delivering generic or outdated answers? You are not alone. While Large Language Models (LLMs) are powerful, ...