Because AWS Lambda belongs to AWS ecosystem so I decided to use CodeBuild. It supports well the service role for authentication. We actually can use other CI/CD such as Github Action Workflows,…...
Tag: CI/CD
CI/CD with Jenkins
I choose Ubuntu because we can install it easily with apt. Don’t use Amazon Linux Image because it’s complex, consist of series of steps. I. Install Jenkins To install Jenkins on Ubuntu,…...