chore(CFN): check in CFN#1375
Conversation
| Outputs: | ||
| StackArn: | ||
| Description: >- | ||
| Do not remove this output! Pipelines needs this to do its association. (And | ||
| LPT. Removing it will break things) | ||
| Value: !Ref 'AWS::StackId' |
There was a problem hiding this comment.
Suggestion: If we maintain the CFN here, we cannot use BONES pipelines to maintain the Stack.
| Outputs: | |
| StackArn: | |
| Description: >- | |
| Do not remove this output! Pipelines needs this to do its association. (And | |
| LPT. Removing it will break things) | |
| Value: !Ref 'AWS::StackId' |
| DeploymentBucketImportName: | ||
| Default: 'BONESBootstrap-PDX-beta-DeploymentBucket' | ||
| Description: >- | ||
| This parameter is meant to be passed by LPT (and piplines). It holds the | ||
| name of import that points to the bucket that holds your artifacts. You | ||
| should use this as the import (Fn::ImportValue: {Ref: DeploymentBucket}) | ||
| for getting any BATS related artifacts. | ||
| Type: String | ||
| Stage: | ||
| Default: 'beta' | ||
| Type: String | ||
| PipelinesControlledRegionBucket: | ||
| Type: String | ||
| Description: The regionalized bucket to read the artifact from. | ||
| Default: 'placeholder' |
There was a problem hiding this comment.
Suggestion: If we maintain the CFN here, we cannot use BONES pipelines to maintain the Stack.
| DeploymentBucketImportName: | |
| Default: 'BONESBootstrap-PDX-beta-DeploymentBucket' | |
| Description: >- | |
| This parameter is meant to be passed by LPT (and piplines). It holds the | |
| name of import that points to the bucket that holds your artifacts. You | |
| should use this as the import (Fn::ImportValue: {Ref: DeploymentBucket}) | |
| for getting any BATS related artifacts. | |
| Type: String | |
| Stage: | |
| Default: 'beta' | |
| Type: String | |
| PipelinesControlledRegionBucket: | |
| Type: String | |
| Description: The regionalized bucket to read the artifact from. | |
| Default: 'placeholder' |
| ExampleWaitHandle: | ||
| Properties: {} | ||
| Type: 'AWS::CloudFormation::WaitConditionHandle' |
There was a problem hiding this comment.
Suggestion: Remove Example code from yee old BONES template
| ExampleWaitHandle: | |
| Properties: {} | |
| Type: 'AWS::CloudFormation::WaitConditionHandle' |
| Location: 'https://github.com/aws/aws-encryption-sdk-javascript' | ||
| ReportBuildStatus: 'true' | ||
| Type: GITHUB | ||
| Type: 'AWS::CodeBuild::Project' |
There was a problem hiding this comment.
Suggestion/Nit: I find it easier to read CFN if I know the Type first.
| Type: 'AWS::CodeBuild::Project' |
| Resource: | ||
| - !Sub 'arn:aws:codebuild:${AWS::Region}:${AWS::AccountId}:project/JavaScriptESDK' | ||
| PolicyName: !Sub '${AWS::StackName}CloudWatchLogsPolicy' | ||
| Type: 'AWS::IAM::Role' |
There was a problem hiding this comment.
Suggestion/Nit: I find it easier to read CFN if I know the Type first.
| Type: 'AWS::IAM::Role' |
| CodeBuildRole: | ||
| Properties: |
There was a problem hiding this comment.
Suggestion/Nit: I find it easier to read CFN if I know the Type first.
| CodeBuildRole: | |
| Properties: | |
| CodeBuildRole: | |
| Type: 'AWS::IAM::Role' | |
| Properties: |
| JavaScriptESDK: | ||
| Properties: |
There was a problem hiding this comment.
Suggestion/Nit: I find it easier to read CFN if I know the Type first.
| JavaScriptESDK: | |
| Properties: | |
| JavaScriptESDK: | |
| Type: 'AWS::CodeBuild::Project' | |
| Properties: |
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Check any applicable: