We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7d87cf + f83a4da commit b64c77aCopy full SHA for b64c77a
2 files changed
cicd/3-app/aiproxy/pr-buildspec.yml
@@ -21,6 +21,7 @@ phases:
21
- cd $CODEBUILD_SRC_DIR
22
- cp cicd/3-app/aiproxy/template.yml ./template.yml
23
- cfn-lint template.yml
24
+
25
- aws cloudformation package --template-file template.yml --output-template-file cloudformation-output.yml --s3-bucket $ARTIFACT_STORE --s3-prefix "$ARTIFACT_PATH/cloudformation-package"
26
- aws s3 cp cloudformation-output.yml "s3://${ARTIFACT_STORE}/${ARTIFACT_PATH}/"
27
- echo "Artifacts uploaded to S3, view them at https://console.aws.amazon.com/s3/buckets/${ARTIFACT_STORE}?region=us-east-1&prefix=${ARTIFACT_PATH}/"
cicd/3-app/aiproxy/template.yml
@@ -26,7 +26,6 @@ Resources:
ResourceRecords:
- 8.8.8.8
28
29
-
30
Outputs:
31
AiProxyURL:
32
Value:
0 commit comments