AWS open source newsletter, #201
A round up of the latest open source news, projects, and events that every open source developer should know about.
python-bedrock-converse-generate-docs
Demos, Samples, Solutions and Workshops
The best from around the Community
Generating Kotlin SDKs with Smithy
Accelerate SaaS Development with SaaS Builder Toolkit for AWS
BSides Exeter July 27th, Exeter University, UK
Open Source Summit September 16-18th, Vienna, Austria
All Things Open 27-29th October, Raleigh, North Carolina
Cortex Every other Thursday, next one 16th February
OpenSearch Every other Tuesday, 3pm GMT
- Text-to-SQL functionality for querying customised data sources using natural language.
- User-friendly interface for adding, editing, and managing data sources, tables, and column descriptions.
- Performance enhancement through the integration of historical question-answer ranking and entity recognition.
- Customise business information, including entity information, formulas, SQL samples, and analysis ideas for complex business problems.
- Add agent task splitting function to handle complex attribution analysis problems.
- Intuitive question-answering UI that provides insights into the underlying Text-to-SQL mechanism.
- Simple agent design interface for handling complex queries through a conversational approach.
- Announcing the end-of-support for PHP runtimes 8.0.x and below in the AWS SDK for PHP make sure you check out this important post if you are a PHP developer or user
- Announcing the end of support for Node.js 16.x in the AWS SDK for JavaScript (v3) is essential reading for folks using the AWS SDK for Javascript and Node.js 16
- Amazon MWAA best practices for managing Python dependencies describes best practices for managing your requirements file in your Amazon MWAA environment, essential reading for any Apache Airflow developers out there
- Simplify Service Mesh Deployment with Solo.io’s AWS Marketplace add-on for Amazon EKSexplores one of the options you have when looking to manage microservices workloads on AWS using Istio
- Scale and simplify ML workload monitoring on Amazon EKS with AWS Neuron Monitor containerlooks at the recent launch of the AWS Neuron Monitor container, that simplifies the integration of advanced monitoring tools such as Prometheus and Grafana, enabling you to set up and manage your machine learning (ML) workflows with AWS AI Chips [hands on]
- Accelerate query performance with Apache Iceberg statistics on the AWS Glue Data Catalogdemonstrates how column-level statistics for Iceberg tables work with Redshift Spectrum, going on to showcase the performance benefit of the Iceberg column statistics with the TPC-DS dataset [hands on]
- Configure a custom domain name for your Amazon MSK cluster explains how you can use an NLB, Route 53, and the advertised listener configuration option in Amazon MSK to support custom domain names with MSK clusters when using SASL/SCRAM authentication [hands on]
- How PayU uses Amazon Keyspaces (for Apache Cassandra) as a feature store is a case study from one of India's leading digital finance service providers, that shows how they use Amazon Keyspaces (for Apache Cassandra) as the feature store for real-time, low-latency inference in the payment flow [hands on]
- Accelerated PyTorch inference with torch.compile on AWS Graviton processors shows you how to optimise torch.compile performance on AWS Graviton3-based EC2 instances, and then how to use the optimisations to improve inference performance [hands on]
- Use Amazon CloudWatch Contributor Insights for general analysis of Apache logs provides a hands on guide on how to monitor and perform analysis of Apache logs using CloudWatch Contributor Insights [hands on]
- Workaround for T-SQL global temporary tables in Babelfish for Aurora PostgreSQL covers how to implement T-SQL global temporary table behavior in Babelfish for Aurora PostgreSQL using permanent table [hands on]
- Build a real-time streaming generative AI application using Amazon Bedrock, Amazon Managed Service for Apache Flink, and Amazon Kinesis Data Streams explores how to incorporate generative AI capabilities in your streaming architecture using Amazon Bedrock and Managed Service for Apache Flink using asynchronous requests - very cool [hands on]
- Uncover social media insights in real time using Amazon Managed Service for Apache Flink and Amazon Bedrock shows you how to combine real-time analytics with the capabilities of generative AI and use state-of-the-art natural language processing (NLP) models to analyze tweets through queries related to your brand, product, or topic of choice [hands on]
JSON_TABLE
features that can convert JSON to a standard PostgreSQL table. The MERGE
command now supports the RETURNING
clause, letting you further work with modified rows. PostgreSQL 17 also includes general improvements to query performance and adds more flexibility to partition management with the ability to SPLIT/MERGE partitions.Any opinions in this post are those of the individual author and may not reflect the opinions of AWS.