Front-End Web & Mobile

Tag: frontend development

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 […]

Deploy a Single-page Application in less than 10 minutes using Amazon CodeCatalyst

Amazon CodeCatalyst is a unified software development and delivery service, enables software development teams to quickly and easily plan, develop, collaborate on, build, and deliver applications on AWS. Amazon CodeCatalyst provides actions, a collection of pre-built building pieces that are simple to integrate. Actions meet the demands to increase developer productivity and optimize development by automating […]

Cost Optimization using Amazon Location Tracker Filtering

Introduction When creating a Tracker resource in Amazon Location Service, you are presented with three options for filtering. Each option has some potential design and cost considerations you should be aware of as they filter out certain updates. We have evaluated the cost and usage of a demo application over time to create some recommendations […]

Secure AWS AppSync with Amazon Cognito using the AWS CDK

In a previous post, we explored how a public API Key for AWS AppSync provides a simple way of allowing access to resources, however, it does come with the following tradeoffs: Expiring after a certain amount of time. The key is passed on the x-api-key header of the request. Making it easy for bad actors […]

Secure AWS AppSync with API Keys using the AWS CDK

Secure AWS AppSync with API Keys using the AWS CDK

AWS AppSync is a managed GraphQL service offered by AWS. As a managed service, there are no servers to keep track of and scaling up and down due to traffic is automatically handled by AWS. In AppSync, there is no concept of a fully-public API. Every request must be protected by one of the following: […]