Software Alternatives & Reviews

The Amplify Series, Part 2: How does AWS Amplify work?

Puppet Google Cloud Deployment Manager Amazon S3 Amazon Cognito Amazon API Gateway
  1. 1
    Easily create custom dashboards for your users
    Many tools provide IaC functionality, such as Terraform, Puppet, Google Cloud Deployment Manager, and Azure resource manager, to name a few. When it comes to AWS, we use AWS Cloudformation.

    #Project Management #No Code #Development 31 social mentions

  2. Infrastructure Build Tools
    Many tools provide IaC functionality, such as Terraform, Puppet, Google Cloud Deployment Manager, and Azure resource manager, to name a few. When it comes to AWS, we use AWS Cloudformation.

    #DevOps Tools #Infrastructure Build Tools #Continuous Integration 12 social mentions

  3. Amazon S3 is an object storage where users can store data from their business on a safe, cloud-based platform. Amazon S3 operates in 54 availability zones within 18 graphic regions and 1 local region.
    AWS Cloudformation is the Infrastructure as Code solution provided by Amplify. We can define our cloud environment, meaning the resources and their dependencies, in so-called "CloudFormation templates". These templates are written in JSON or YAML. CloudFormation can take such a template and create a CloudFormation Stack, a set of related resources. For CloudFormation to find the template, it must be uploaded to S3.

    #Cloud Hosting #Object Storage #Cloud Storage 171 social mentions

  4. Amazon Cognito lets you add user sign-up, sign-in, and access control to your web and mobile apps quickly and easily. It scales to millions of users and supports sign-in with social identity providers and enterprise identity providers via SAML 2.0.
    When we talk about backend functionality, we mean AWS Cloud services that will be generated by the CLI and consumed by our frontend application. For example, adding the Amplify (REST) API category will make use of AWS API Gateway. Adding the Amplify Auth category will make use AWS Cognito. Here is a diagram that shows a deployment of a REST backend created with AWS Amplify:.

    #Identity Provider #SAML #Identity And Access Management 63 social mentions

  5. Create, publish, maintain, monitor, and secure APIs at any scale
    When we talk about backend functionality, we mean AWS Cloud services that will be generated by the CLI and consumed by our frontend application. For example, adding the Amplify (REST) API category will make use of AWS API Gateway. Adding the Amplify Auth category will make use AWS Cognito. Here is a diagram that shows a deployment of a REST backend created with AWS Amplify:.

    #API Tools #APIs #Web Service Automation 95 social mentions

Discuss: The Amplify Series, Part 2: How does AWS Amplify work?

Log in or Post with