AWS-CodeDeploy
Preface
AWS CodeDeploy is a code deployment service.
Creating an Application
URL
https://us-west-2.console.aws.amazon.com/codesuite/codedeploy/start?region=us-west-2#
Create Application
Fill in the name and target, then create.
You can create multiple deployment groups under one application,
so it’s recommended to use the product name as the application name.

Create Deployment Group
Next, you need to create a deployment group.

Related Articles
Running Multiple WeChat Clients on Mac
Preface: Many people have multiple WeChat accounts. On mobile, you can use two phones or Android multi-app features. This article explains how to run multiple WeChat clients on Mac by creating aliases to the WeChat executable inside the app bundle.
Installing MySQL on Mac
Introduction: This article covers how to install MySQL on Mac. Steps include downloading the DMG installer from the official website, installing it, and configuring the environment variables.
Grant MySQL Access to a Specific IP
AWS - Image Conversion with Lambda@Edge and CloudFront
Chinese cloud providers offer convenient image format and size conversion via URL parameters for their OSS/COS storage. AWS does not provide this out of the box — you need to write Lambda@Edge functions yourself. This article provides a complete guide on implementing image conversion with Lambda@Edge.
AWS-CodeArtifact
AWS CodeArtifact is a managed artifact repository that can host npm, Maven, and other packages.