Front-End Web & Mobile
Category: Technical How-to
New features and developer experience with enhanced HAQM Location Service
This blog post was written by Yasunori Kirimoto – CEO of MIERUNE Building geospatial applications requires expertise in handling geospatial data, as well as designing and developing systems. It also requires skills in collecting and managing vast amounts of geospatial data and using it effectively within the application. This process can be very labor intensive, […]
Build a Scalable Search Solution with AWS Amplify and OpenSearch Serverless
Introduction In today’s data-driven digital ecosystem, building scalable search solutions has become essential for organizations managing large, complex datasets across industries. Whether it’s a streaming platform, an e-commerce marketplace, or a research database, the ability to efficiently search through structured and unstructured data is key to delivering a seamless user experience. Traditional search solutions often […]
AWS AppSync field-level resolvers: Enhancing GraphQL API development
Introduction In this post, we’ll explore AWS AppSync field-level resolvers and how they can enhance your GraphQL API development. Field-level resolvers are powerful units of code that determine how data is fetched, processed, and returned for specific fields in your schema types. By leveraging field-level resolvers in AWS AppSync, you’ll learn how to efficiently handle […]
Add a Conversational Interface to any Data Source
When building generative AI applications using HAQM Bedrock, it’s often necessary to enhance the capabilities of the models by giving them access to external data or functionality. The way to do that is with tools (sometimes referred to as function calling). These tools act as bridges, allowing models to retrieve application-specific, real-time or dynamic information […]
Add HAQM Bedrock Chat Capabilities to a React Native App
This post will teach you to create a React Native chat application using HAQM Bedrock to build AI-powered chat features. The sample application includes the following: A mobile application using custom JSX components for the user interface. Seamless end-user chat interactions integrated with HAQM Bedrock foundational models. Backend development powered by AWS Amplify Gen2. Implementation […]
How to Build Next.js Apps with Authentication using AWS Amplify and Auth0
In this post, we’ll show how to authenticate and authorize Next.js applications using an OpenID Connect Identity Provider (OIDC) with AWS Amplify. AWS Amplify is everything frontend developers need to develop and deploy cloud-powered fullstack applications. To enhance the capabilities of AWS Amplify applications, we’ll be leveraging the identity management platform offered by Auth0. Auth0 […]
Add multiple storage buckets to your app using AWS Amplify – NEW
You can now configure and manage multiple buckets using AWS Amplify for your storage needs! Developers can now leverage Amplify storage to organize and manage their content across single or multiple storage buckets while applying granular access rules against individual paths within each bucket. Earlier this year, we announced the new and improved Amplify storage […]
Deploying a web application using AWS Amplify Gen 2 with GitLab as the Repository on AWS
In today’s fast-paced digital landscape, businesses and developers alike are constantly seeking efficient ways to deploy web applications rapidly and securely. AWS Amplify Gen 2, coupled with GitLab’s robust version control system, offers a streamlined solution to this challenge. While AWS Amplify Hosting supports various repository options, this blog will guide you through deploying an […]
New in AWS Amplify: Integrate with SQL databases, OIDC/SAML providers, and the AWS CDK
Welcome to “Extensibility Day” of AWS Amplify’s Launch Week! With Amplify Gen 2, we’re providing four new capabilities to customize your app according to your business need. Today, we’re announcing the ability to: Integrate with existing data sources (including PostgreSQL or MySQL databases) Authenticate with any OpenID Connect (OIDC) or SAML authentication provider Customize any […]
Amplify Storage: Now with fullstack TypeScript, powered by HAQM S3
We are delighted to share with you a brand new experience for file storage using AWS Amplify! This powerful storage solution seamlessly integrates with HAQM Simple Storage Service (HAQM S3) and offers developers greater control and flexibility over their file structure via Amplify’s fullstack TypeScript developer experience. Whether you’re an experienced developer or new to […]