Front-End Web & Mobile
Category: *Post Types
Add Amazon Bedrock Chat Capabilities to a React Native App
This post will teach you to create a React Native chat application using Amazon 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 Amazon 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 […]
CDN Caching Improvements for Better App Performance with AWS Amplify Hosting
AWS Amplify Hosting is excited to announce significant improvements to caching efficiency, offering customers optimized caching rules and an increased cache hit ratio by excluding cookies from the cache key. We are also providing access to additional headers which unlocks use cases like the Next.js localization (i18n) support. These changes allow end users to receive […]
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 […]
Best practices for AWS AppSync GraphQL APIs
In this post, we will look at strategies to consider when building out your GraphQL API and explore why AWS AppSync is a great choice for building and deploying this API. We will review best practices that have been devised by the AWS AppSync team and the specialists who use it regularly. Specifically, we will […]
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 […]
New in AWS Amplify: Expanded Fullstack Deployment Capabilities for Teams of All Sizes
Today, we’re excited to announce new team environment workflows as a part of AWS Amplify Gen 2. We’ve improved team collaboration in three ways: 1/ making the development lifecycle faster and more powerful, 2/ improving the core functionality of our own platform, and 3/ offering greater flexibility for customers to integrate Amplify within their existing […]
Amplify Functions: Create serverless functions using TypeScript, powered by AWS Lambda
AWS Amplify is excited to announce the general availability of its Function offering for Gen 2. Amplify Functions are defined, authored, and consumed using TypeScript; whether they be a handler for your custom queries and mutations, or a trigger for your authentication resource. Under the hood, Amplify Functions are powered by AWS Lambda; however, Amplify […]
Amplify Storage: Now with fullstack TypeScript, powered by Amazon 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 Amazon Simple Storage Service (Amazon 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 […]