Software Alternatives & Reviews

A server-less CI/CD approach for mono-repo micro-frontends

AWS Lambda AWS CodePipeline AWS CodeDeploy AWS CodeBuild Amazon CloudWatch Amazon CloudFront Amazon API Gateway
  1. Automatic, event-driven compute service
    Pricing:
    • Open Source
    The API Gateway triggers an AWS Lambda function which authenticates the request, analyses the event and, based on affected files, triggers a pipeline for the micro-frontend where the files belong to.

    #Cloud Computing #Cloud Hosting #Backend As A Service 248 social mentions

  2. Continuous delivery service for fast and reliable application updates

    #Continuous Integration #DevOps Tools #Continuous Deployment 28 social mentions

  3. AWS CodeDeploy is a service that automates code deployments to any instance.
    Pricing:
    • Open Source

    #DevOps Tools #Continuous Integration #Continuous Deployment 13 social mentions

  4. Online shopping from the earth's biggest selection of books, magazines, music, DVDs, videos, electronics, computers, software, apparel & accessories, shoes, jewelry, tools & hardware, housewares, furniture, sporting goods, beauty & personal care, br…

    #Continuous Integration #DevOps Tools #Continuous Deployment 13 social mentions

  5. Amazon CloudWatch is a monitoring service for AWS cloud resources and the applications you run on AWS.
    The integration is ready! Pushing a file to the repository will result in a “Hello world” message triggered by the Lambda, which can be seen under its stream logs in Cloudwatch. Let’s now update Lambda code to make sure that we support CI/CD for any micro-frontends in your repo.

    #Monitoring Tools #Log Management #Application Performance Monitoring 54 social mentions

  6. Amazon CloudFront is a content delivery web service.
    Changes are available in S3 bucket and exposed on a Cloudfront distribution.

    #CDN #Cloud Computing #Content Distribution 67 social mentions

  7. Create, publish, maintain, monitor, and secure APIs at any scale
    Developers push their code to the main branch in GitHub, which will trigger a push event via GitHub webhooks to an AWS API Gateway responsible to handle the event.

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

Discuss: A server-less CI/CD approach for mono-repo micro-frontends

Log in or Post with