Front-End Web & Mobile
Category: Amazon CloudFront
Managing images in your NextJS app with AWS AppSync and the AWS CDK
In modern applications, sharing files is as much a necessity as having a database or authentication. When working with AWS, a common storage solution is to use Amazon Simple Storage Service (S3) where files are stored in an S3 bucket. The problem however, is a file often needs to be associated with data stored in […]
Introducing Custom Domain Names for AWS AppSync APIs
AWS AppSync is a managed serverless GraphQL service that makes it easy to create GraphQL APIs. You can use AppSync to securely access, manipulate, and combine data from one or more data sources in a single API call. Developers use AppSync to build scalable applications for a wide range of use cases, such as real-time […]
Create a Custom Map Style with Amazon Location Service
UX designers and web developers alike wish to have each component of their website meet the company’s branding requirements while providing a visual impact on its own. Web maps are no exception to this since they provide important visualizations for geographical data. The ability to customize is invaluable when a map is a big part […]
Use a custom domain with AWS AppSync, Amazon CloudFront, and Amazon Route 53
Update: AWS AppSync now supports custom domain names as a feature. Visit the blog post that describes the feature, and the documentation for more details. Most of the time, AWS AppSync can use any domain name because a user doesn’t type in the name of the GraphQL endpoint—it’s embedded in an app. […]