Software Alternatives & Reviews

Trunk Based Development Retro

AWS CodeDeploy AWS CloudFormation AWS Mobile Services
  1. AWS CodeDeploy is a service that automates code deployments to any instance.
    Pricing:
    • Open Source
    I managed to get API pipeline from code check in to production in under 10 minutes (yes, Jesse Warden had to use Docker, something I swore I’d never touch again), UI in 5 minutes. The UI uses AWS CodeDeploy (built into Amplify) and API uses 100% Gitlab. Both are using Serverless framework to deploy code (which is mostly CloudFormation behind the scenes which I’ve only had to break glass once on).

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

  2. AWS CloudFormation gives developers and systems administrators an easy way to create and manage a...
    Pricing:
    • Open Source
    I managed to get API pipeline from code check in to production in under 10 minutes (yes, Jesse Warden had to use Docker, something I swore I’d never touch again), UI in 5 minutes. The UI uses AWS CodeDeploy (built into Amplify) and API uses 100% Gitlab. Both are using Serverless framework to deploy code (which is mostly CloudFormation behind the scenes which I’ve only had to break glass once on).

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

  3. Storage, Analytics, Push Notif. & SMS Delivery SDKs
    The first thing I noticed was Amplify, AWS’s managed front-end deployment & hosting pipeline, gives you amazing controls over branch management & deployment. I used none of them. I didn’t have to learn them. So much work saved. Easier to reason about “what’s deployed” == “main”.

    #Developer Tools #Realtime Backend / API #App Development 77 social mentions

Discuss: Trunk Based Development Retro

Log in or Post with