Pre-reqs:
- Add AWS credentials for cloud
- Add AWS ECR credentials for ECR repo access, you can use the same credentials for Cloud and ECR access
Steps:
- Add AWS credentials for cloud
- Assign credentials to your project/environment
- move to
lambda/hello-world-gocode/codepipes-bundlefolder - Run codepipes bundle using
codepipes bundle plan --proj <PROJ_ID>&codepipes bundle apply
- Assign container and cloud credentials to your project/environment
- move to
lambda/hello-world-container/codepipes-bundlefolder - Run codepipes bundle using
codepipes bundle plan --proj <PROJ_ID>&codepipes bundle apply - Run
codepipes initto choose project,env, app, integrations and deployment. - Run
codepipes int run - Run
codepipes deployment deploy