We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab4d2b commit 77e0735Copy full SHA for 77e0735
cfn/ESDK-Python.yml
@@ -43,7 +43,9 @@ Resources:
43
ReportBuildStatus: false
44
Type: "GITHUB"
45
Artifacts:
46
- Type: "NO_ARTIFACTS"
+ Type: "S3"
47
+ Location: !GetAtt GeneratedVectorsArtifactsS3Bucket.BucketName
48
+ Name: "/"
49
Cache:
50
Type: "NO_CACHE"
51
Environment:
@@ -318,7 +320,7 @@ Resources:
318
320
SecretsManagerCIPolicy:
319
321
Type: "AWS::IAM::ManagedPolicy"
322
Properties:
- ManagedPolicyName: !Sub "CryptoTools-SecretsManager-${ProjectName}-release"
323
+ ManagedPolicyName: !Sub "CryptoTools-SecretsManagerCI-${ProjectName}-release"
324
Path: "/service-role/"
325
PolicyDocument: !Sub |
326
{
0 commit comments