BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News AWS Amplify Introduces New Full-Stack CI/CD Features to Simplify Application Development

AWS Amplify Introduces New Full-Stack CI/CD Features to Simplify Application Development

This item in japanese

Bookmarks

AWS Amplify has recently introduced conditional backend builds, automatic build-time generation of cloud configuration and a simpler way ofreusingbackends across multiple frontend applications.

Using the new features and the automatic build-time generation of the Amplify cloud configuration (aws-exports.js file), it is now possible to build only the frontend applications. Updates in the backend only happen if changes are detected in the committed ‘amplify’ folder.

Nikhil Swaminathan, principal product manager at AWS Amplify, explains how reusing backends across multiple frontends works and how it can help developers:

Common use cases for this are teams building micro-frontends, migrating web apps from one technology to another, or working in mono-repositories. To test this workflow, connect another repo to deploy an app (with no backend). Once deployed, choose the Edit button as before, and pick a backend environment from a different app in the modal that pops up. When connecting to a backend in a different app, we recommend not enabling full-stack CI/CD.

Supporting web frameworks such as JavaScript, React, Angular, Vue, Next.js, and mobile platforms including Android, iOS and Flutter, AWS Amplify is a set of tools for AWS native application development. Giulio Ambrogi, software engineer at Facebook, comments on the new capabilities:

I'm blown away by how AWS Amplify has improved over the years. Now with a few clicks I was able to set up the back-end of a new app (with data model+storage and authentication). Plus it seems to generate reusable code-first scripts for better maintenance. Wow.

Salah Elhossiny, machine learning developer at Bullzaye.ai, recently wrote a series of articles onmodern full-stack serverless using AWS Amplify. Reviewing how the platform can help front-end development, Jones Zachariah Noel, cloud architect at Mobil80 Solutions and Services,summarizes:

AWS Amplify is a full feature packed tool for your application needs. This is not only a developer's pal but also management's pal. Amplify not only eases integration with AWS serverless but also allows management processes to be simplified.

Brian Pfeil, cloud architect and AWS community builder, comments on the risks of an abstraction layer:

I love Amplify, but it is only an on-ramp/gateway to AWS for those who are new. Amplify is an abstraction layer that is inherently "not current"/lossy. The goal is to level you up (in terms of knowledge) to using the native services that back Amplify.

AWS is not the only cloud provider supporting computing and development tools for native application development, both front-end and back-end: Firebase is the popular Google platform for creating mobile and web applications.

Among other improvements introduced this year, AWS Amplify has added support for IAM permissions boundaries on Amplify-generated IAM roles and Amplify Flutter is now generally available.

Rate this Article

Adoption
Style

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT